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

Issue 615043002: Desugar 'super(..)' into 'super.constructor(...)' (Closed)

Created:
6 years, 2 months ago by Dmitry Lomov (no reviews)
Modified:
6 years, 2 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Desugar 'super(..)' into 'super.constructor(...)' R=arv@chromium.org, marja@chromium.org BUG=v8:3330 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=24340

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -1 line) Patch
M src/ast.h View 1 chunk +10 lines, -1 line 0 comments Download
M test/mjsunit/harmony/super.js View 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Dmitry Lomov (no reviews)
PTAL
6 years, 2 months ago (2014-09-30 15:16:31 UTC) #1
marja
Code-wise lgtm, but I haven't been following ES6 classes impl overall, so somebody else should ...
6 years, 2 months ago (2014-09-30 16:03:09 UTC) #2
arv (Not doing code reviews)
LGTM It is unclear if we want to support free standing super( outside a syntactic ...
6 years, 2 months ago (2014-09-30 16:04:55 UTC) #3
Dmitry Lomov (no reviews)
6 years, 2 months ago (2014-09-30 18:12:32 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 24340 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698