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

Issue 10834376: Introduce InternalProperty type and expose internal properties for bound functions (Closed)

Created:
8 years, 4 months ago by Peter Rybin
Modified:
8 years, 3 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Introduce InternalProperty type and expose internal properties for bound functions Committed: https://code.google.com/p/v8/source/detail?r=12346 Committed: https://code.google.com/p/v8/source/detail?r=12477

Patch Set 1 #

Patch Set 2 : clean #

Total comments: 4

Patch Set 3 : follow code review #

Patch Set 4 : merge #

Patch Set 5 : mjsunit skip #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -34 lines) Patch
M src/mirror-debugger.js View 1 2 13 chunks +120 lines, -25 lines 0 comments Download
M test/mjsunit/mirror-object.js View 1 2 5 chunks +43 lines, -9 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Peter Rybin
This change introduces InternalPropertyMirror -- a class that helps to expose such inner values as ...
8 years, 4 months ago (2012-08-17 01:33:38 UTC) #1
Yang
On 2012/08/17 01:33:38, Peter Rybin wrote: > This change introduces InternalPropertyMirror -- a class that ...
8 years, 4 months ago (2012-08-17 11:20:37 UTC) #2
Yang
http://codereview.chromium.org/10834376/diff/2001/src/mirror-debugger.js File src/mirror-debugger.js (right): http://codereview.chromium.org/10834376/diff/2001/src/mirror-debugger.js#newcode2268 src/mirror-debugger.js:2268: throw new Error('PropertyMirror cannot be serialized independeltly'); "independently" http://codereview.chromium.org/10834376/diff/2001/src/mirror-debugger.js#newcode2344 ...
8 years, 4 months ago (2012-08-17 11:20:44 UTC) #3
Peter Rybin
http://codereview.chromium.org/10834376/diff/2001/src/mirror-debugger.js File src/mirror-debugger.js (right): http://codereview.chromium.org/10834376/diff/2001/src/mirror-debugger.js#newcode2268 src/mirror-debugger.js:2268: throw new Error('PropertyMirror cannot be serialized independeltly'); On 2012/08/17 ...
8 years, 4 months ago (2012-08-17 23:13:09 UTC) #4
Yang
On 2012/08/17 23:13:09, Peter Rybin wrote: > http://codereview.chromium.org/10834376/diff/2001/src/mirror-debugger.js > File src/mirror-debugger.js (right): > > http://codereview.chromium.org/10834376/diff/2001/src/mirror-debugger.js#newcode2268 ...
8 years, 4 months ago (2012-08-20 07:17:39 UTC) #5
Peter Rybin
The change causes a crash on mirror-object.js on ARM-simulator/Release. See http://code.google.com/p/v8/issues/detail?id=2314
8 years, 3 months ago (2012-09-01 21:23:21 UTC) #6
Peter Rybin
8 years, 3 months ago (2012-09-01 21:34:21 UTC) #7
Yang,

I believe I fairly addressed the crash on ARM that caused the rollback of this
change (see the bug in previous message).

Let's commit it again with either --nocrankshaft or skip on ARM. Which one would
you prefer?

Powered by Google App Engine
This is Rietveld 408576698