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

Issue 18044: Fix issue 186:... (Closed)

Created:
11 years, 11 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix issue 186: http://code.google.com/p/v8/issues/detail?id=186 Create a new instance type for context extension objects. Use it to not use the __proto__ accessor for context extension objects. Committed: http://code.google.com/p/v8/source/detail?r=1072

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -60 lines) Patch
M src/bootstrapper.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M src/objects.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/objects.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/objects-debug.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M src/objects-inl.h View 2 chunks +8 lines, -0 lines 0 comments Download
D test/mjsunit/bugs/bug-186.js View 1 chunk +0 lines, -55 lines 0 comments Download
A + test/mjsunit/regress/regress-186.js View 2 chunks +19 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
11 years, 11 months ago (2009-01-14 11:53:02 UTC) #1
Kevin Millikin (Chromium)
11 years, 11 months ago (2009-01-14 12:10:09 UTC) #2
Annoying to have to have such a special case, but LGTM.

Powered by Google App Engine
This is Rietveld 408576698