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

Issue 1517673002: Fix Object.prototype.toString.call(proxy) (Closed)

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

Description

Fix Object.prototype.toString.call(proxy) BUG= Committed: https://crrev.com/a1e9ccf90fb34190fb23df5b07582313c9efd7b6 Cr-Commit-Position: refs/heads/master@{#32806}

Patch Set 1 : Add test #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -69 lines) Patch
M src/arm64/macro-assembler-arm64-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/crankshaft/arm/lithium-codegen-arm.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M src/crankshaft/arm64/lithium-codegen-arm64.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M src/crankshaft/ia32/lithium-codegen-ia32.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/crankshaft/mips/lithium-codegen-mips.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M src/crankshaft/mips64/lithium-codegen-mips64.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M src/crankshaft/ppc/lithium-codegen-ppc.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/crankshaft/x64/lithium-codegen-x64.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/crankshaft/x87/lithium-codegen-x87.cc View 2 chunks +2 lines, -5 lines 2 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 chunk +0 lines, -3 lines 0 comments Download
A test/mjsunit/es6/classof-proxy.js View 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (13 generated)
Toon Verwaest
ptal
5 years ago (2015-12-10 18:37:52 UTC) #11
Camillo Bruni
LGTM with comment https://codereview.chromium.org/1517673002/diff/180001/src/crankshaft/x87/lithium-codegen-x87.cc File src/crankshaft/x87/lithium-codegen-x87.cc (right): https://codereview.chromium.org/1517673002/diff/180001/src/crankshaft/x87/lithium-codegen-x87.cc#newcode2733 src/crankshaft/x87/lithium-codegen-x87.cc:2733: STATIC_ASSERT(LAST_JS_RECEIVER_TYPE == LAST_TYPE); It would probably ...
5 years ago (2015-12-11 12:37:27 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1517673002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1517673002/180001
5 years ago (2015-12-11 15:36:43 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:180001)
5 years ago (2015-12-11 15:56:46 UTC) #15
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/a1e9ccf90fb34190fb23df5b07582313c9efd7b6 Cr-Commit-Position: refs/heads/master@{#32806}
5 years ago (2015-12-11 15:57:38 UTC) #17
adamk
I think this is already out of date, though, now that O.p.toString doesn't use %_ClassOf. ...
5 years ago (2015-12-11 19:25:03 UTC) #19
adamk
5 years ago (2015-12-11 19:32:49 UTC) #20
Message was sent while issue was closed.
On 2015/12/11 19:25:03, adamk wrote:
> I think this is already out of date, though, now that O.p.toString doesn't use
> %_ClassOf. I'll send a fix (and more tests).

Ah, didn't see the bootstrapper changes. Looks like this actually does the right
thing there too (though direct tests for O.p.toString might still be a good
idea).

Powered by Google App Engine
This is Rietveld 408576698