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

Issue 11275316: Add a new interceptor class JsArray, and support intercepting some list methods with the new interc… (Closed)

Created:
8 years, 1 month ago by ngeoffray
Modified:
8 years, 1 month ago
Reviewers:
ahe, karlklose, sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add a new interceptor class JsArray, and support intercepting some list methods with the new interceptor scheme. Committed: https://code.google.com/p/dart/source/detail?r=15009

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -130 lines) Patch
M sdk/lib/_internal/compiler/implementation/compile_time_constants.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 2 2 chunks +1 line, -9 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 2 3 chunks +9 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/interceptors.dart View 1 2 4 chunks +6 lines, -108 lines 0 comments Download
A sdk/lib/_internal/compiler/implementation/lib/js_array.dart View 1 2 1 chunk +83 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 2 4 chunks +15 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ngeoffray
8 years, 1 month ago (2012-11-14 16:32:16 UTC) #1
sra1
https://codereview.chromium.org/11275316/diff/1/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart File sdk/lib/_internal/compiler/implementation/lib/interceptors.dart (right): https://codereview.chromium.org/11275316/diff/1/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart#newcode25 sdk/lib/_internal/compiler/implementation/lib/interceptors.dart:25: getInterceptor(object) { We will have very many different types ...
8 years, 1 month ago (2012-11-14 19:37:34 UTC) #2
ngeoffray
https://codereview.chromium.org/11275316/diff/1/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart File sdk/lib/_internal/compiler/implementation/lib/interceptors.dart (right): https://codereview.chromium.org/11275316/diff/1/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart#newcode25 sdk/lib/_internal/compiler/implementation/lib/interceptors.dart:25: getInterceptor(object) { On 2012/11/14 19:37:34, sra1 wrote: > We ...
8 years, 1 month ago (2012-11-14 21:32:40 UTC) #3
karlklose
LGTM.
8 years, 1 month ago (2012-11-16 11:42:43 UTC) #4
ahe
8 years, 1 month ago (2012-11-23 09:10:01 UTC) #5
Message was sent while issue was closed.
LGTM!

Powered by Google App Engine
This is Rietveld 408576698