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

Issue 460333002: Expose Value::IsArgumentsObject in V8 API. (Closed)

Created:
6 years, 4 months ago by aandrey
Modified:
6 years, 4 months ago
Reviewers:
Sven Panne, yangguo, Yang
CC:
v8-dev, Paweł Hajdan Jr.
Project:
v8
Visibility:
Public.

Description

Expose Value::IsArgumentsObject in V8 API. R=yangguo@chromium.org, svenpanne@chromium.org, yangguo Committed: https://code.google.com/p/v8/source/detail?r=23105

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M include/v8.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/api.cc View 1 chunk +8 lines, -0 lines 2 comments Download
M test/cctest/test-api.cc View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
aandrey
6 years, 4 months ago (2014-08-12 10:48:52 UTC) #1
Yang
https://codereview.chromium.org/460333002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/460333002/diff/1/src/api.cc#newcode2390 src/api.cc:2390: return obj->HasSpecificClassOf(isolate->heap()->Arguments_string()); I don't think this is fool-proof. You ...
6 years, 4 months ago (2014-08-12 10:53:46 UTC) #2
aandrey
https://codereview.chromium.org/460333002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/460333002/diff/1/src/api.cc#newcode3307 src/api.cc:3307: if (class_name->IsOneByteEqualTo(STATIC_ASCII_VECTOR("Arguments"))) { I think Arguments_string() should also be ...
6 years, 4 months ago (2014-08-12 11:17:16 UTC) #3
aandrey
> How about checking against the sloppy_arguments_map or the strict_arguments_map? But this would catch only ...
6 years, 4 months ago (2014-08-12 11:34:12 UTC) #4
Yang
On 2014/08/12 11:34:12, aandrey wrote: > > How about checking against the sloppy_arguments_map or the ...
6 years, 4 months ago (2014-08-12 11:53:24 UTC) #5
Yang
On 2014/08/12 11:53:24, Yang wrote: > On 2014/08/12 11:34:12, aandrey wrote: > > > How ...
6 years, 4 months ago (2014-08-12 13:44:18 UTC) #6
aandrey
On 2014/08/12 13:44:18, Yang wrote: > On 2014/08/12 11:53:24, Yang wrote: > > On 2014/08/12 ...
6 years, 4 months ago (2014-08-13 12:07:14 UTC) #7
Yang
On 2014/08/13 12:07:14, aandrey wrote: > On 2014/08/12 13:44:18, Yang wrote: > > On 2014/08/12 ...
6 years, 4 months ago (2014-08-13 12:12:06 UTC) #8
aandrey
Thanks. Do I also need an API owner stamp, or it can be landed?
6 years, 4 months ago (2014-08-13 12:13:12 UTC) #9
Yang
On 2014/08/13 12:13:12, aandrey wrote: > Thanks. Do I also need an API owner stamp, ...
6 years, 4 months ago (2014-08-13 12:25:59 UTC) #10
aandrey
Committed patchset #1 manually as 23105 (presubmit successful).
6 years, 4 months ago (2014-08-13 13:06:41 UTC) #11
jochen (gone - plz use gerrit)
6 years, 4 months ago (2014-08-13 14:25:56 UTC) #12
Message was sent while issue was closed.
please don't depend on this API from M38. It won't be in the V8 branch.

Powered by Google App Engine
This is Rietveld 408576698