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

Issue 209013: Add Object::IsDirty function in the API. (Closed)

Created:
11 years, 3 months ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add Object::IsDirty function in the API. Committed: http://code.google.com/p/v8/source/detail?r=2911

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -0 lines) Patch
M include/v8.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/api.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +15 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Christian Plesner Hansen
11 years, 3 months ago (2009-09-17 08:41:19 UTC) #1
Mads Ager (chromium)
LGTM http://codereview.chromium.org/209013/diff/1/4 File src/objects.cc (right): http://codereview.chromium.org/209013/diff/1/4#newcode480 Line 480: Object* cons_obj = map()->constructor(); How about just ...
11 years, 3 months ago (2009-09-17 08:46:18 UTC) #2
Christian Plesner Hansen
http://codereview.chromium.org/209013/diff/1/4 File src/objects.cc (right): http://codereview.chromium.org/209013/diff/1/4#newcode480 Line 480: Object* cons_obj = map()->constructor(); The reason I used ...
11 years, 3 months ago (2009-09-17 08:53:15 UTC) #3
Mads Ager (chromium)
11 years, 3 months ago (2009-09-17 08:56:12 UTC) #4
On 2009/09/17 08:53:15, Christian Plesner Hansen wrote:
> http://codereview.chromium.org/209013/diff/1/4
> File src/objects.cc (right):
> 
> http://codereview.chromium.org/209013/diff/1/4#newcode480
> Line 480: Object* cons_obj = map()->constructor();
> The reason I used cons_obj is that we don't know if it really is the
constructor
> until after the check below.  At this point it's just some object stored in
the
> constructor field.

OK, LGTM

Powered by Google App Engine
This is Rietveld 408576698