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

Issue 923443003: new classes: no longer experimental. (Closed)

Created:
5 years, 10 months ago by Dmitry Lomov (no reviews)
Modified:
5 years, 10 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

new classes: no longer experimental. This CL fixes tests that no longer valid and also fixes two issues: 1. 'super()' in non derived constructors. 2. Failure to step into derived constructors. R=arv@chromium.org, yurys@chromium.org BUG=v8:3834 LOG=Y Committed: https://chromium.googlesource.com/v8/v8/+/2707d4c9f4b6e6e600e708b3b08b09d27d594ce7

Patch Set 1 #

Total comments: 1

Patch Set 2 : Stray changes #

Total comments: 6

Patch Set 3 : CR feedback #

Patch Set 4 : Rebased fo tryjobs #

Patch Set 5 : One more rebase? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -122 lines) Patch
M src/arm/builtins-arm.cc View 1 chunk +20 lines, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 1 chunk +16 lines, -1 line 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-classes.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +19 lines, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M test/message/super-constructor.out View 1 chunk +4 lines, -3 lines 0 comments Download
M test/message/super-constructor-extra-statement.out View 1 chunk +6 lines, -4 lines 0 comments Download
M test/mjsunit/harmony/classes.js View 5 chunks +29 lines, -29 lines 0 comments Download
M test/mjsunit/harmony/classes-experimental.js View 1 chunk +17 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/super.js View 1 2 2 chunks +11 lines, -81 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
Dmitry Lomov (no reviews)
PTAL https://codereview.chromium.org/923443003/diff/1/test/mjsunit/harmony/super.js File test/mjsunit/harmony/super.js (left): https://codereview.chromium.org/923443003/diff/1/test/mjsunit/harmony/super.js#oldcode1864 test/mjsunit/harmony/super.js:1864: (function TestSuperCallSyntacticRestriction() { These tests are a duplicate ...
5 years, 10 months ago (2015-02-12 16:25:25 UTC) #1
arv (Not doing code reviews)
https://codereview.chromium.org/923443003/diff/20001/src/arm64/builtins-arm64.cc File src/arm64/builtins-arm64.cc (right): https://codereview.chromium.org/923443003/diff/20001/src/arm64/builtins-arm64.cc#newcode762 src/arm64/builtins-arm64.cc:762: extra empty line https://codereview.chromium.org/923443003/diff/20001/src/full-codegen.cc File src/full-codegen.cc (right): https://codereview.chromium.org/923443003/diff/20001/src/full-codegen.cc#newcode877 src/full-codegen.cc:877: ...
5 years, 10 months ago (2015-02-12 16:49:50 UTC) #2
Dmitry Lomov (no reviews)
Comments addressed; PTAL https://codereview.chromium.org/923443003/diff/20001/src/arm64/builtins-arm64.cc File src/arm64/builtins-arm64.cc (right): https://codereview.chromium.org/923443003/diff/20001/src/arm64/builtins-arm64.cc#newcode762 src/arm64/builtins-arm64.cc:762: On 2015/02/12 16:49:50, arv wrote: > ...
5 years, 10 months ago (2015-02-12 17:34:40 UTC) #4
arv (Not doing code reviews)
LGTM
5 years, 10 months ago (2015-02-12 17:38:24 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/923443003/80001
5 years, 10 months ago (2015-02-12 17:42:03 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel/builds/2947)
5 years, 10 months ago (2015-02-12 17:46:24 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/923443003/100001
5 years, 10 months ago (2015-02-12 17:51:03 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/2861)
5 years, 10 months ago (2015-02-12 17:55:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/923443003/100001
5 years, 10 months ago (2015-02-12 18:00:03 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel/builds/2953)
5 years, 10 months ago (2015-02-12 18:03:15 UTC) #18
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/2707d4c9f4b6e6e600e708b3b08b09d27d594ce7 Cr-Commit-Position: refs/heads/master@{#26628}
5 years, 10 months ago (2015-02-12 18:07:04 UTC) #19
Dmitry Lomov (no reviews)
5 years, 10 months ago (2015-02-12 18:07:07 UTC) #20
Message was sent while issue was closed.
Committed patchset #5 (id:100001) manually as
2707d4c9f4b6e6e600e708b3b08b09d27d594ce7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698