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

Issue 928203003: Implement Function.apply in the new emitter. (Closed)

Created:
5 years, 10 months ago by herhut
Modified:
5 years, 10 months ago
Reviewers:
floitsch, zarah
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Implement Function.apply in the new emitter. BUG= R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=43807

Patch Set 1 #

Total comments: 18

Patch Set 2 : Comments #

Patch Set 3 : Minor fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -29 lines) Patch
M pkg/compiler/lib/src/js_backend/namer.dart View 1 3 chunks +6 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/model.dart View 1 4 chunks +21 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/new_emitter/model_emitter.dart View 1 2 11 chunks +61 lines, -15 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder.dart View 5 chunks +48 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/core_patch.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/js_helper.dart View 1 4 chunks +72 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
herhut
5 years, 10 months ago (2015-02-16 14:19:01 UTC) #2
floitsch
LGTM. https://codereview.chromium.org/928203003/diff/1/pkg/compiler/lib/src/js_emitter/model.dart File pkg/compiler/lib/src/js_emitter/model.dart (right): https://codereview.chromium.org/928203003/diff/1/pkg/compiler/lib/src/js_emitter/model.dart#newcode365 pkg/compiler/lib/src/js_emitter/model.dart:365: this.canBeReflected, this.requiredParameterCount, indent one more. https://codereview.chromium.org/928203003/diff/1/pkg/compiler/lib/src/js_emitter/new_emitter/model_emitter.dart File pkg/compiler/lib/src/js_emitter/new_emitter/model_emitter.dart ...
5 years, 10 months ago (2015-02-16 15:26:03 UTC) #3
herhut
https://codereview.chromium.org/928203003/diff/1/pkg/compiler/lib/src/js_emitter/model.dart File pkg/compiler/lib/src/js_emitter/model.dart (right): https://codereview.chromium.org/928203003/diff/1/pkg/compiler/lib/src/js_emitter/model.dart#newcode365 pkg/compiler/lib/src/js_emitter/model.dart:365: this.canBeReflected, this.requiredParameterCount, On 2015/02/16 15:26:03, floitsch wrote: > indent ...
5 years, 10 months ago (2015-02-17 10:25:40 UTC) #5
herhut
5 years, 10 months ago (2015-02-17 11:48:00 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 43807 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698