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

Issue 2934623003: fix #29753, use ES5 constructors for ddc (Closed)

Created:
3 years, 6 months ago by Jennifer Messerly
Modified:
3 years, 6 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 : fix #

Total comments: 6

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+530 lines, -656 lines) Patch
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View 1 Binary file 0 comments Download
M pkg/dev_compiler/lib/src/compiler/code_generator.dart View 1 30 chunks +253 lines, -321 lines 0 comments Download
M pkg/dev_compiler/test/browser/language_tests.js View 1 1 chunk +0 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/browser/runtime_tests.js View 1 17 chunks +55 lines, -41 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/BenchmarkBase.js View 1 4 chunks +6 lines, -4 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/closure.js View 1 3 chunks +13 lines, -12 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/destructuring.js View 1 1 chunk +5 lines, -6 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/equality_test.js View 1 29 chunks +49 lines, -41 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/es6_modules.js View 1 1 chunk +8 lines, -0 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/node_modules.js View 1 1 chunk +8 lines, -0 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/sunflower/sunflower.js View 1 4 chunks +15 lines, -16 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/sunflower/sunflower.js.map View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/unresolved_names.js View 1 1 chunk +5 lines, -3 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/varargs.js View 1 1 chunk +5 lines, -6 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart View 1 4 chunks +17 lines, -94 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/errors.dart View 1 1 chunk +45 lines, -62 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart View 1 3 chunks +29 lines, -37 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart View 1 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/rtti.dart View 1 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart View 1 2 chunks +7 lines, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/js_mirrors.dart View 1 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
Jennifer Messerly
3 years, 6 months ago (2017-06-10 00:12:06 UTC) #4
vsm
lgtm! We should test this internally too. If you land or push a branch, I ...
3 years, 6 months ago (2017-06-12 19:39:31 UTC) #5
Jennifer Messerly
Thanks! https://codereview.chromium.org/2934623003/diff/20001/pkg/dev_compiler/lib/src/compiler/code_generator.dart File pkg/dev_compiler/lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/2934623003/diff/20001/pkg/dev_compiler/lib/src/compiler/code_generator.dart#newcode1458 pkg/dev_compiler/lib/src/compiler/code_generator.dart:1458: '{ return $newKeyword #(#); }', [_visit(redirect), params]), On ...
3 years, 6 months ago (2017-06-12 22:19:35 UTC) #6
Jennifer Messerly
3 years, 6 months ago (2017-06-12 22:31:44 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:30001) manually as
334354f9682c243b986b3d24644399b27a115e04 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698