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

Issue 1422853004: [es6] Fix Object built-in subclassing. (Closed)

Created:
5 years, 1 month ago by Igor Sheludko
Modified:
5 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@weak-subclass
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[es6] Fix Object built-in subclassing. BUG=v8:3886 LOG=Y Committed: https://crrev.com/059478165c1ae11e8ef84c7eba77c19494a8e443 Cr-Commit-Position: refs/heads/master@{#31760}

Patch Set 1 : #

Patch Set 2 : Test updated #

Total comments: 1

Patch Set 3 : Test updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -8 lines) Patch
M src/js/v8natives.js View 1 2 1 chunk +5 lines, -6 lines 0 comments Download
M test/mjsunit/es6/classes-subclass-builtins.js View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
M test/mjsunit/es6/super.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 21 (9 generated)
Igor Sheludko
PTAL
5 years, 1 month ago (2015-10-29 16:39:47 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/1422853004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422853004/40001
5 years, 1 month ago (2015-10-29 22:48:04 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_android_arm_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/9365) v8_linux64_asan_rel on ...
5 years, 1 month ago (2015-10-29 22:49:16 UTC) #7
Igor Sheludko
Michi, is the new form of ObjectConstructor() good from the compiler's perspective?
5 years, 1 month ago (2015-10-30 11:13:08 UTC) #9
Michael Starzinger
On 2015/10/30 11:13:08, Igor Sheludko wrote: > Michi, is the new form of ObjectConstructor() good ...
5 years, 1 month ago (2015-10-30 11:50:58 UTC) #10
Michael Starzinger
https://codereview.chromium.org/1422853004/diff/40001/src/js/v8natives.js File src/js/v8natives.js (right): https://codereview.chromium.org/1422853004/diff/40001/src/js/v8natives.js#newcode1327 src/js/v8natives.js:1327: if (GlobalObject != new.target && !IS_UNDEFINED(new.target)) { Benedikt raised ...
5 years, 1 month ago (2015-10-30 11:52:26 UTC) #11
Toon Verwaest
lgtm. I raised the same issue. The spec says "If value is null, undefined or ...
5 years, 1 month ago (2015-11-02 09:30:56 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/1422853004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422853004/60001
5 years, 1 month ago (2015-11-03 17:47:15 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-03 18:14:28 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422853004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422853004/60001
5 years, 1 month ago (2015-11-03 18:19:28 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 1 month ago (2015-11-03 18:20:35 UTC) #20
commit-bot: I haz the power
5 years, 1 month ago (2015-11-03 18:20:54 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/059478165c1ae11e8ef84c7eba77c19494a8e443
Cr-Commit-Position: refs/heads/master@{#31760}

Powered by Google App Engine
This is Rietveld 408576698