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

Issue 19759008: Change how we emit code for Function.apply. (Closed)

Created:
7 years, 5 months ago by ahe
Modified:
7 years, 5 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org, sra1, kustermann
Visibility:
Public.

Description

Change how we emit code for Function.apply. BUG=http://dartbug.com/11993 R=ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=25462

Patch Set 1 #

Patch Set 2 : Found some issues during testing. #

Total comments: 12

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -42 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 2 chunks +33 lines, -31 lines 0 comments Download
M dart/sdk/lib/_internal/lib/js_helper.dart View 1 2 1 chunk +28 lines, -11 lines 0 comments Download
A dart/tests/language/many_named_arguments_test.dart View 1 chunk +128 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ahe
7 years, 5 months ago (2013-07-24 15:36:50 UTC) #1
ngeoffray
LGTM! https://codereview.chromium.org/19759008/diff/3001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/19759008/diff/3001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode1146 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:1146: ? computeNamedSelectors(member) computeNamedSelectors -> computeSeenNamedSelectors ? https://codereview.chromium.org/19759008/diff/3001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode1179 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:1179: ...
7 years, 5 months ago (2013-07-24 17:40:16 UTC) #2
ahe
Good point about using the namer. I'll address the typos and other nits, submit this ...
7 years, 5 months ago (2013-07-24 17:54:13 UTC) #3
ahe
Thank you, Nicolas. I'll start working on using the namer right away. https://codereview.chromium.org/19759008/diff/3001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart ...
7 years, 5 months ago (2013-07-25 08:51:14 UTC) #4
ahe
7 years, 5 months ago (2013-07-25 09:11:00 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r25462 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698