Bug 55342 - Strict-mode only reserved words not reserved
Summary: Strict-mode only reserved words not reserved
Status: RESOLVED DUPLICATE of bug 53014
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-27 19:36 PST by Mark S. Miller
Modified: 2011-06-17 00:46 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.02 KB, patch)
2011-05-01 22:09 PDT, Oliver Hunt
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark S. Miller 2011-02-27 19:36:07 PST
Version 5.0.1 (5533.17.8, r79746) strict mode fails to reserve:
implements interface let package private protected public static yield

This is more important than 
https://bugzilla.mozilla.org/show_bug.cgi?id=637204 and 
http://code.google.com/p/v8/issues/detail?id=1214 
since failure to reserve these could inhibit their use as keywords in future EcmaScript standards.
Comment 1 Oliver Hunt 2011-05-01 22:09:33 PDT
Created attachment 91882 [details]
Patch
Comment 2 Oliver Hunt 2011-05-01 22:22:19 PDT
Committed r85456: <http://trac.webkit.org/changeset/85456>
Comment 3 Oliver Hunt 2011-05-02 08:09:12 PDT
Sigh, wrong bug#
Comment 4 Oliver Hunt 2011-05-02 08:09:47 PDT
Comment on attachment 91882 [details]
Patch

Attached to wrong bug
Comment 5 Gavin Barraclough 2011-06-17 00:46:31 PDT

*** This bug has been marked as a duplicate of bug 53014 ***