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 22912 - fix [[Delete]] due to how it's changed in ES6
Summary: fix [[Delete]] due to how it's changed in ES6
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-10 00:41 UTC by Cameron McCormack
Modified: 2014-01-27 21:41 UTC (History)
2 users (show)

See Also:


Attachments

Description Cameron McCormack 2013-08-10 00:41:31 UTC
(From bug 21929 comment #2)
> The [[Delete]] defined in the spec now works for ES5 but not ES6: in ES6
> [[Delete]] just returns a boolean indicating success or not and the caller
> throws or not based on strict mode...