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

Issue 1252533003: dart2js: fix named arguments with Function.apply in the startup emitter. (Closed)

Created:
5 years, 5 months ago by floitsch
Modified:
5 years, 4 months ago
CC:
reviews_dartlang.org, herhut
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js: fix named arguments with Function.apply in the startup emitter. This includes a full rewrite of the Function.apply in the runtime. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/0231f6ba39854a029b06257b7fb5aa5f12d7b0ed

Patch Set 1 #

Patch Set 2 : Remove spurious change. #

Total comments: 12

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -67 lines) Patch
M pkg/compiler/lib/src/js_emitter/full_emitter/container_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/model.dart View 3 chunks +7 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/program_builder.dart View 1 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/startup_emitter/fragment_emitter.dart View 1 2 4 chunks +29 lines, -9 lines 0 comments Download
M sdk/lib/_internal/js_runtime/lib/core_patch.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/js_runtime/lib/js_helper.dart View 1 2 1 chunk +163 lines, -49 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
floitsch
5 years, 5 months ago (2015-07-22 15:52:07 UTC) #2
Siggi Cherem (dart-lang)
Any plans for unittests for the new emitter and each feature added so far? One ...
5 years, 5 months ago (2015-07-23 19:43:42 UTC) #3
Siggi Cherem (dart-lang)
(but otherwise lgtm)
5 years, 5 months ago (2015-07-23 19:44:31 UTC) #4
floitsch
On 2015/07/23 19:43:42, Siggi Cherem (dart-lang) wrote: > Any plans for unittests for the new ...
5 years, 4 months ago (2015-07-29 18:26:39 UTC) #5
floitsch
https://codereview.chromium.org/1252533003/diff/20001/pkg/compiler/lib/src/js_emitter/startup_emitter/fragment_emitter.dart File pkg/compiler/lib/src/js_emitter/startup_emitter/fragment_emitter.dart (right): https://codereview.chromium.org/1252533003/diff/20001/pkg/compiler/lib/src/js_emitter/startup_emitter/fragment_emitter.dart#newcode684 pkg/compiler/lib/src/js_emitter/startup_emitter/fragment_emitter.dart:684: /// If the method is a call-method, also returns ...
5 years, 4 months ago (2015-07-29 18:26:46 UTC) #6
floitsch
Committed patchset #3 (id:40001) manually as 0231f6ba39854a029b06257b7fb5aa5f12d7b0ed (presubmit successful).
5 years, 4 months ago (2015-08-03 16:06:36 UTC) #7
Siggi Cherem (dart-lang)
5 years, 4 months ago (2015-08-04 02:20:21 UTC) #8
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698