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

Issue 23996002: Use interceptors to handle runtime types. (Closed)

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

Description

Use interceptors to handle runtime types.

Patch Set 1 : #

Total comments: 16

Patch Set 2 : Addressed comment #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -94 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 3 chunks +14 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 1 chunk +23 lines, -6 lines 1 comment Download
M dart/sdk/lib/_internal/lib/interceptors.dart View 4 chunks +22 lines, -22 lines 0 comments Download
M dart/sdk/lib/_internal/lib/js_mirrors.dart View 3 chunks +13 lines, -64 lines 0 comments Download
M dart/sdk/lib/_internal/lib/js_names.dart View 3 chunks +4 lines, -2 lines 0 comments Download
A dart/sdk/lib/_internal/lib/js_types.dart View 1 1 chunk +90 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ahe
7 years, 3 months ago (2013-09-05 23:46:21 UTC) #1
Johnni Winther
lgtm
7 years, 3 months ago (2013-09-06 06:08:28 UTC) #2
ngeoffray
https://codereview.chromium.org/23996002/diff/5001/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/23996002/diff/5001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode3163 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:3163: // and potentially initialize the dispatch object during finishClasses. ...
7 years, 3 months ago (2013-09-06 06:54:06 UTC) #3
ahe
Nicolas has some concerns about using interceptors for this, and we'll try out some different ...
7 years, 3 months ago (2013-09-06 15:11:53 UTC) #4
ahe
PTAL https://codereview.chromium.org/23996002/diff/5001/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/23996002/diff/5001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode3163 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:3163: // and potentially initialize the dispatch object during ...
7 years, 3 months ago (2013-09-09 11:26:29 UTC) #5
ngeoffray
7 years, 3 months ago (2013-09-10 10:42:26 UTC) #6
LGTM

https://codereview.chromium.org/23996002/diff/12001/dart/sdk/lib/_internal/co...
File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
(right):

https://codereview.chromium.org/23996002/diff/12001/dart/sdk/lib/_internal/co...
dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:3172: //
[TypeRepresentationGenerator.visitFunctionType] and always have the
missing something after 'and'.

Powered by Google App Engine
This is Rietveld 408576698