Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Issue 2599903003: Implement "global" property of global object

Created:
3 years, 12 months ago by targos
Modified:
3 years, 11 months ago
Reviewers:
ljharb, Dan Ehrenberg
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Implement "global" property of global object BUG=v8:5537 R=littledan@chromium.org

Patch Set 1 #

Patch Set 2 : Implement "global" property of global object #

Total comments: 2

Patch Set 3 : use global_proxy #

Patch Set 4 : implement behind a harmony flag #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -1 line) Patch
M src/bootstrapper.cc View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A test/mjsunit/harmony/global.js View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
targos
https://codereview.chromium.org/2599903003/diff/20001/test/mjsunit/global.js File test/mjsunit/global.js (right): https://codereview.chromium.org/2599903003/diff/20001/test/mjsunit/global.js#newcode12 test/mjsunit/global.js:12: assertEquals(globalObject, thisObject); This test fails and I don't understand ...
3 years, 12 months ago (2016-12-23 17:31:21 UTC) #1
ljharb
https://codereview.chromium.org/2599903003/diff/20001/test/mjsunit/global.js File test/mjsunit/global.js (right): https://codereview.chromium.org/2599903003/diff/20001/test/mjsunit/global.js#newcode12 test/mjsunit/global.js:12: assertEquals(globalObject, thisObject); On 2016/12/23 17:31:21, targos wrote: > This ...
3 years, 12 months ago (2016-12-23 18:04:23 UTC) #4
targos
Found the problem. I had to use the global proxy
3 years, 12 months ago (2016-12-23 21:58:23 UTC) #5
Dan Ehrenberg
On 2016/12/23 21:58:23, targos wrote: > Found the problem. I had to use the global ...
3 years, 12 months ago (2016-12-23 23:34:05 UTC) #6
targos
On 2016/12/23 at 23:34:05, littledan wrote: > On 2016/12/23 21:58:23, targos wrote: > > Found ...
3 years, 12 months ago (2016-12-24 14:33:08 UTC) #7
targos
What would be the next step?
3 years, 11 months ago (2017-01-05 10:33:02 UTC) #8
Dan Ehrenberg
3 years, 11 months ago (2017-01-05 15:17:40 UTC) #9
On 2017/01/05 10:33:02, targos wrote:
> What would be the next step?

Unfortunately, the next step would be waiting for the committee to resolve the
web-compatibility issues, e.g., with a different name. The current proposal
seems pretty plainly to break the web. See
https://github.com/tc39/proposal-global/issues/20 for more information.

Powered by Google App Engine
This is Rietveld 408576698