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

Issue 1499593003: [runtime] [proxy] Implementing [[Call]] (Closed)

Created:
5 years ago by Camillo Bruni
Modified:
5 years ago
CC:
neis, v8-reviews_googlegroups.com, Toon Verwaest
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[runtime] [proxy] Implementing [[Call]] BUG=v8:1543 LOG=N Committed: https://crrev.com/72994124733215c15ff0022616949a2291f3c26c Cr-Commit-Position: refs/heads/master@{#32675}

Patch Set 1 #

Patch Set 2 : more work #

Patch Set 3 : merging with master #

Patch Set 4 : cleanup #

Patch Set 5 : fix array length #

Patch Set 6 : merge with master #

Patch Set 7 : manually create proxy maps #

Patch Set 8 : merge master #

Patch Set 9 : properly set the proxy_map on the native_context #

Patch Set 10 : more platforms #

Patch Set 11 : set Proxy map constructable #

Patch Set 12 : adding dcheck #

Total comments: 20

Patch Set 13 : adding separate string addressing more comments #

Patch Set 14 : use the proxy string #

Patch Set 15 : aaargh #

Patch Set 16 : space terminator #

Patch Set 17 : setup map stuff correctly #

Patch Set 18 : updating comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -44 lines) Patch
M src/arm/builtins-arm.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -2 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +62 lines, -15 lines 0 comments Download
M src/builtins.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M src/contexts.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -0 lines 0 comments Download
M src/factory.h View 1 2 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -4 lines 0 comments Download
M src/factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +18 lines, -8 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -2 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -2 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -2 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/ppc/builtins-ppc.cc View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -2 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +60 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 5 6 7 8 9 1 chunk +10 lines, -2 lines 0 comments Download
M src/x87/builtins-x87.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -2 lines 0 comments Download
A test/mjsunit/harmony/proxies-apply.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +89 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 42 (19 generated)
Camillo Bruni
WIP, I have an issue in the proxies-call.js test, the arguments array I create for ...
5 years ago (2015-12-04 15:52:16 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1499593003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1499593003/160001
5 years ago (2015-12-07 10:21:33 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/12799)
5 years ago (2015-12-07 10:33:50 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1499593003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1499593003/180001
5 years ago (2015-12-07 11:29:44 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/9602)
5 years ago (2015-12-07 11:32:07 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1499593003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1499593003/200001
5 years ago (2015-12-07 13:14:32 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1499593003/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1499593003/220001
5 years ago (2015-12-07 13:18:13 UTC) #14
Camillo Bruni
PTAL https://codereview.chromium.org/1499593003/diff/220001/src/runtime/runtime-proxy.cc File src/runtime/runtime-proxy.cc (right): https://codereview.chromium.org/1499593003/diff/220001/src/runtime/runtime-proxy.cc#newcode18 src/runtime/runtime-proxy.cc:18: RUNTIME_FUNCTION(Runtime_JSProxyCall) { Would it make sense to create ...
5 years ago (2015-12-07 13:26:23 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-07 13:40:16 UTC) #17
Jakob Kummerow
LGTM with a bunch of minor comments. https://codereview.chromium.org/1499593003/diff/220001/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1499593003/diff/220001/src/bootstrapper.cc#newcode2153 src/bootstrapper.cc:2153: Handle<String> name ...
5 years ago (2015-12-07 15:55:08 UTC) #18
Toon Verwaest
https://codereview.chromium.org/1499593003/diff/220001/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1499593003/diff/220001/src/bootstrapper.cc#newcode2161 src/bootstrapper.cc:2161: proxy_fun->map()->set_is_constructor(true); this turns all sloppy functions without prototype into ...
5 years ago (2015-12-07 16:32:58 UTC) #20
Camillo Bruni
hpayer: please do the heap. verwaest, jkummerow: addressed comments and nits https://codereview.chromium.org/1499593003/diff/220001/src/bootstrapper.cc File src/bootstrapper.cc (right): ...
5 years ago (2015-12-07 16:54:10 UTC) #21
Jakob Kummerow
patch set 16 LGTM
5 years ago (2015-12-07 17:07:24 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1499593003/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1499593003/340001
5 years ago (2015-12-07 17:44:36 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-07 18:21:52 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1499593003/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1499593003/340001
5 years ago (2015-12-07 18:54:46 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/8622)
5 years ago (2015-12-07 18:59:17 UTC) #31
Camillo Bruni
5 years ago (2015-12-08 10:42:47 UTC) #33
Hannes Payer (out of office)
heap lgtm
5 years ago (2015-12-08 14:11:01 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1499593003/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1499593003/340001
5 years ago (2015-12-08 14:14:25 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1499593003/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1499593003/340001
5 years ago (2015-12-08 15:44:50 UTC) #39
commit-bot: I haz the power
Committed patchset #18 (id:340001)
5 years ago (2015-12-08 16:04:15 UTC) #40
commit-bot: I haz the power
5 years ago (2015-12-08 16:05:19 UTC) #42
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/72994124733215c15ff0022616949a2291f3c26c
Cr-Commit-Position: refs/heads/master@{#32675}

Powered by Google App Engine
This is Rietveld 408576698