Bug 55342

Summary: Strict-mode only reserved words not reserved
Product: WebKit Reporter: Mark S. Miller <erights>
Component: JavaScriptCoreAssignee: Oliver Hunt <oliver>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: barraclough, jwalden+bwo, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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 ***