This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22014 - newly created exception objects should have the exception prototype interface object as their [[Prototype]]
Summary: newly created exception objects should have the exception prototype interface...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard: [v1]
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-12 06:44 UTC by Cameron McCormack
Modified: 2013-08-03 04:27 UTC (History)
2 users (show)

See Also:


Attachments

Description Cameron McCormack 2013-05-12 06:44:04 UTC
#es-exception-call

[[
Let O be a new object whose [[Prototype]] internal property is set to the exception interface object and whose class string is the identifier of E.
]]

That should be the exception interface prototype object.