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

Issue 19101002: Fix issue 11705: deal with user-defined Function classes that override noSuchMethod, and are being … (Closed)

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

Description

Fix issue 11705: deal with user-defined Function classes that override noSuchMethod, and are being called with apply. R=ahe@google.com Committed: https://code.google.com/p/dart/source/detail?r=24950

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -5 lines) Patch
M sdk/lib/_internal/lib/js_helper.dart View 1 2 chunks +10 lines, -5 lines 0 comments Download
A tests/corelib/apply3_test.dart View 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
7 years, 5 months ago (2013-07-12 13:42:44 UTC) #1
ahe
LGTM https://codereview.chromium.org/19101002/diff/1/sdk/lib/_internal/lib/js_helper.dart File sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/19101002/diff/1/sdk/lib/_internal/lib/js_helper.dart#newcode594 sdk/lib/_internal/lib/js_helper.dart:594: return function.noSuchMethod(new JSInvocationMirror( Please use createUnmangledInvocationMirror. https://codereview.chromium.org/19101002/diff/1/sdk/lib/_internal/lib/js_helper.dart#newcode595 sdk/lib/_internal/lib/js_helper.dart:595: ...
7 years, 5 months ago (2013-07-12 14:56:41 UTC) #2
ngeoffray
Thanks Peter. https://codereview.chromium.org/19101002/diff/1/sdk/lib/_internal/lib/js_helper.dart File sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/19101002/diff/1/sdk/lib/_internal/lib/js_helper.dart#newcode594 sdk/lib/_internal/lib/js_helper.dart:594: return function.noSuchMethod(new JSInvocationMirror( On 2013/07/12 14:56:41, ahe ...
7 years, 5 months ago (2013-07-12 15:16:17 UTC) #3
ngeoffray
7 years, 5 months ago (2013-07-12 15:16:57 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r24950 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698