RESOLVED FIXED 148763
ES6: Implement HasRestrictedGlobalProperty when checking for global lexical tier conflicts
https://bugs.webkit.org/show_bug.cgi?id=148763
Summary ES6: Implement HasRestrictedGlobalProperty when checking for global lexical t...
Attachments
Patch (7.76 KB, patch)
2016-06-27 00:39 PDT, Caio Lima
no flags
Patch (7.75 KB, patch)
2016-06-30 19:58 PDT, Caio Lima
no flags
Patch (7.89 KB, patch)
2016-07-01 00:31 PDT, Caio Lima
no flags
Saam Barati
Comment 1 2016-06-23 11:30:12 PDT
*** Bug 153441 has been marked as a duplicate of this bug. ***
Caio Lima
Comment 2 2016-06-27 00:39:00 PDT
Saam Barati
Comment 3 2016-06-29 22:44:37 PDT
*** Bug 159270 has been marked as a duplicate of this bug. ***
Saam Barati
Comment 4 2016-06-29 23:03:25 PDT
Comment on attachment 282105 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=282105&action=review r=me with comments > Source/JavaScriptCore/runtime/Executable.cpp:609 > + // The ES6 spec says that just no RestrictedGlobalProperty can't be shadowed Typo: remove the "no". > Source/JavaScriptCore/tests/stress/global-lexical-redeclare-variable.js:71 > + sentinel = "bad"; Please add an assertion that globalProperty is configurable. > Source/JavaScriptCore/tests/stress/global-lexical-redeclare-variable.js:80 > + load("./multiple-files-tests/global-lexical-redeclare-variable/seventh.js"); Ditto for Array > Source/JavaScriptCore/tests/stress/global-lexical-redeclare-variable.js:97 > + load("./multiple-files-tests/global-lexical-redeclare-variable/nineth.js"); Typo: should be "ninth"
Caio Lima
Comment 5 2016-06-30 19:58:44 PDT
WebKit Commit Bot
Comment 6 2016-06-30 21:20:21 PDT
Comment on attachment 282507 [details] Patch Rejecting attachment 282507 [details] from review queue. ticaiolima@gmail.com does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json. - If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your reviewer rights.
Caio Lima
Comment 7 2016-06-30 21:22:56 PDT
(In reply to comment #4) > Comment on attachment 282105 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=282105&action=review > > r=me with comments > > > Source/JavaScriptCore/runtime/Executable.cpp:609 > > + // The ES6 spec says that just no RestrictedGlobalProperty can't be shadowed > > Typo: remove the "no". > > > Source/JavaScriptCore/tests/stress/global-lexical-redeclare-variable.js:71 > > + sentinel = "bad"; > > Please add an assertion that globalProperty is configurable. How can I do this assertion?
Caio Lima
Comment 8 2016-07-01 00:31:50 PDT
WebKit Commit Bot
Comment 9 2016-07-01 08:26:01 PDT
Comment on attachment 282518 [details] Patch Clearing flags on attachment: 282518 Committed r202734: <http://trac.webkit.org/changeset/202734>
WebKit Commit Bot
Comment 10 2016-07-01 08:26:07 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.