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

Issue 1467473002: Install ConstructNonConstructable as construct stub for non-constructables. (Closed)

Created:
5 years, 1 month ago by Toon Verwaest
Modified:
5 years ago
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

Install ConstructNonConstructable as construct stub for non-constructables. BUG= Committed: https://crrev.com/8e28e851ee8aa60f7102433454e77934b4702715 Cr-Commit-Position: refs/heads/master@{#32223}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : ports #

Patch Set 4 : #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -140 lines) Patch
M src/api-natives.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M src/arm/builtins-arm.cc View 1 2 3 4 3 chunks +11 lines, -6 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 3 4 3 chunks +11 lines, -6 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 18 chunks +20 lines, -27 lines 0 comments Download
M src/builtins.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-call-reducer.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/js-inlining.cc View 1 2 3 4 2 chunks +11 lines, -0 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M src/debug/liveedit.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M src/factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/factory.cc View 4 chunks +10 lines, -8 lines 0 comments Download
M src/globals.h View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 3 chunks +11 lines, -6 lines 0 comments Download
M src/messages.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 1 2 3 4 3 chunks +11 lines, -6 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 3 4 3 chunks +11 lines, -6 lines 0 comments Download
M src/objects.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M src/preparser.h View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M src/prettyprinter.cc View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 2 chunks +19 lines, -18 lines 0 comments Download
M src/runtime/runtime-classes.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M src/runtime/runtime-function.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M src/runtime/runtime-internal.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 2 3 4 1 chunk +1 line, -5 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 3 chunks +11 lines, -6 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +4 lines, -3 lines 0 comments Download
A + test/mjsunit/regress/regress-inline-arrow-as-construct.js View 1 chunk +3 lines, -5 lines 0 comments Download
M test/unittests/compiler/bytecode-graph-builder-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/class-syntax-call.js View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M test/webkit/class-syntax-call-expected.txt View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M test/webkit/class-syntax-default-constructor.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M test/webkit/class-syntax-default-constructor-expected.txt View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M test/webkit/class-syntax-extends.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/class-syntax-extends-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/class-syntax-super.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M test/webkit/class-syntax-super-expected.txt View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M test/webkit/exception-for-nonobject-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (11 generated)
Toon Verwaest
ptal
5 years, 1 month ago (2015-11-20 12:31:54 UTC) #2
Michael Starzinger
LGTM on "compiler" part, didn't look at the rest.
5 years, 1 month ago (2015-11-20 16:00:23 UTC) #9
Igor Sheludko
sgtm with one question: In LiveEdit::ReplaceFunctionCode() we set construct stub to JSConstructStubGeneric. Could it happen ...
5 years, 1 month ago (2015-11-23 08:48:56 UTC) #11
Igor Sheludko
lgtm
5 years ago (2015-11-24 14:08:14 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1467473002/190001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1467473002/190001
5 years ago (2015-11-24 16:57:14 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:190001)
5 years ago (2015-11-24 17:16:45 UTC) #17
commit-bot: I haz the power
5 years ago (2015-11-24 17:17:08 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8e28e851ee8aa60f7102433454e77934b4702715
Cr-Commit-Position: refs/heads/master@{#32223}

Powered by Google App Engine
This is Rietveld 408576698