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

Issue 1413463006: Map v8::Object to v8::internal::JSReceiver (Closed)

Created:
5 years, 1 month ago by jochen (gone - plz use gerrit)
Modified:
5 years, 1 month ago
CC:
v8-reviews_googlegroups.com, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Map v8::Object to v8::internal::JSReceiver BUG=none R=verwaest@chromium.org,rossberg@chromium.org,bmeurer@chromium.org,neis@chromium.org LOG=y Committed: https://crrev.com/6ce7f90aba752951ec8468550f8e40bbea157616 Cr-Commit-Position: refs/heads/master@{#32014}

Patch Set 1 #

Total comments: 7

Patch Set 2 : updates #

Total comments: 3

Patch Set 3 : updates #

Patch Set 4 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -151 lines) Patch
M src/accessors.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/api.h View 1 2 3 chunks +7 lines, -1 line 0 comments Download
M src/api.cc View 1 2 24 chunks +86 lines, -58 lines 0 comments Download
M src/objects.h View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M src/objects.cc View 1 2 5 chunks +32 lines, -19 lines 0 comments Download
M test/cctest/compiler/function-tester.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-api-interceptors.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-heap.cc View 1 2 20 chunks +51 lines, -47 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 2 chunks +13 lines, -7 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M test/cctest/test-unboxed-doubles.cc View 1 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
jochen (gone - plz use gerrit)
wip I'll add JSReceiver versions of JSObject::DefinePropertyOrElementIgnoreAttributes JSObject::CreateDataProperty JSObject::SetPrototype JSObject::SetHiddenProperty JSObject::GetHiddenProperty what about SetAccessor? It's ...
5 years, 1 month ago (2015-10-27 15:19:59 UTC) #1
Toon Verwaest
https://codereview.chromium.org/1413463006/diff/1/src/accessors.cc File src/accessors.cc (right): https://codereview.chromium.org/1413463006/diff/1/src/accessors.cc#newcode169 src/accessors.cc:169: // TODO(jochen): Update to JSReceiver. These methods are guaranteed ...
5 years, 1 month ago (2015-11-02 09:41:26 UTC) #4
rossberg
https://codereview.chromium.org/1413463006/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1413463006/diff/1/src/api.cc#newcode4050 src/api.cc:4050: if (!self->IsJSObject()) return Nothing<bool>(); Doesn't Nothing indicate an exception? ...
5 years, 1 month ago (2015-11-04 10:43:56 UTC) #5
jochen (gone - plz use gerrit)
ptal https://codereview.chromium.org/1413463006/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1413463006/diff/20001/src/api.cc#newcode3543 src/api.cc:3543: i::Handle<i::JSObject>::cast(self))) { proxies can't have access checks, so ...
5 years, 1 month ago (2015-11-06 22:23:28 UTC) #6
rossberg
https://codereview.chromium.org/1413463006/diff/1/src/api.h File src/api.h (right): https://codereview.chromium.org/1413463006/diff/1/src/api.h#newcode240 src/api.h:240: static inline Local<Object> ReceiverToLocal( On 2015/11/04 10:43:56, rossberg wrote: ...
5 years, 1 month ago (2015-11-09 13:31:46 UTC) #7
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1413463006/diff/1/src/api.h File src/api.h (right): https://codereview.chromium.org/1413463006/diff/1/src/api.h#newcode240 src/api.h:240: static inline Local<Object> ReceiverToLocal( On 2015/11/09 at 13:31:46, rossberg ...
5 years, 1 month ago (2015-11-09 22:42:04 UTC) #8
rossberg
https://codereview.chromium.org/1413463006/diff/1/src/api.h File src/api.h (right): https://codereview.chromium.org/1413463006/diff/1/src/api.h#newcode240 src/api.h:240: static inline Local<Object> ReceiverToLocal( On 2015/11/09 22:42:04, jochen (slow ...
5 years, 1 month ago (2015-11-10 07:04:48 UTC) #9
jochen (gone - plz use gerrit)
Added ToLocal for JSReceiver/JSObject/JSProxy now ptal
5 years, 1 month ago (2015-11-16 15:23:22 UTC) #10
rossberg
Cute, LGTM
5 years, 1 month ago (2015-11-16 15:26:08 UTC) #11
Toon Verwaest
lgtm
5 years, 1 month ago (2015-11-16 15:29:52 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1413463006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1413463006/60001
5 years, 1 month ago (2015-11-16 15:59:34 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-16 16:48:48 UTC) #16
commit-bot: I haz the power
5 years, 1 month ago (2015-11-16 16:49:03 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6ce7f90aba752951ec8468550f8e40bbea157616
Cr-Commit-Position: refs/heads/master@{#32014}

Powered by Google App Engine
This is Rietveld 408576698