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

Issue 14646031: Implement invoke, setField, and getField (unminified). (Closed)

Created:
7 years, 7 months ago by ahe
Modified:
7 years, 7 months ago
CC:
reviews_dartlang.org, gbracha, Alan Knight, dgrove
Visibility:
Public.

Description

Implement invoke, setField, and getField (unminified). R=johnniwinther@google.com, ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=22722

Patch Set 1 #

Total comments: 1

Patch Set 2 : Restore expando #

Patch Set 3 : Make expando private #

Total comments: 36

Patch Set 4 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -140 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart View 1 chunk +1 line, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 2 3 4 chunks +111 lines, -7 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart View 1 2 3 1 chunk +9 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/lib/js_rti.dart View 1 chunk +10 lines, -6 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/lib/mirrors_patch.dart View 1 2 3 3 chunks +77 lines, -71 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 3 2 chunks +25 lines, -19 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 2 chunks +7 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M dart/tests/compiler/dart2js_extra/mirror_test.dart View 2 chunks +6 lines, -14 lines 0 comments Download
A + dart/tests/compiler/dart2js_extra/mirrors_test.dart View 1 chunk +4 lines, -8 lines 0 comments Download
M dart/tests/lib/mirrors/mirrors_test.dart View 6 chunks +54 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ahe
Untested: I cannot guarantee that no baby seals will die if you run this code. ...
7 years, 7 months ago (2013-05-07 23:59:11 UTC) #1
Johnni Winther
lgtm https://codereview.chromium.org/14646031/diff/6002/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart File dart/sdk/lib/_internal/compiler/implementation/enqueue.dart (right): https://codereview.chromium.org/14646031/diff/6002/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart#newcode338 dart/sdk/lib/_internal/compiler/implementation/enqueue.dart:338: if (uri.scheme != 'dart' && !uri.path.startsWith('_')) { What ...
7 years, 7 months ago (2013-05-08 08:22:07 UTC) #2
ahe
https://codereview.chromium.org/14646031/diff/6002/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart File dart/sdk/lib/_internal/compiler/implementation/enqueue.dart (right): https://codereview.chromium.org/14646031/diff/6002/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart#newcode338 dart/sdk/lib/_internal/compiler/implementation/enqueue.dart:338: if (uri.scheme != 'dart' && !uri.path.startsWith('_')) { On 2013/05/08 ...
7 years, 7 months ago (2013-05-08 08:57:43 UTC) #3
ngeoffray
https://codereview.chromium.org/14646031/diff/6002/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart File dart/sdk/lib/_internal/compiler/implementation/enqueue.dart (right): https://codereview.chromium.org/14646031/diff/6002/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart#newcode40 dart/sdk/lib/_internal/compiler/implementation/enqueue.dart:40: = new Map<String, Link<Element>>(); I think this should be ...
7 years, 7 months ago (2013-05-08 12:34:05 UTC) #4
ahe
PTAL. https://codereview.chromium.org/14646031/diff/6002/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart File dart/sdk/lib/_internal/compiler/implementation/enqueue.dart (right): https://codereview.chromium.org/14646031/diff/6002/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart#newcode40 dart/sdk/lib/_internal/compiler/implementation/enqueue.dart:40: = new Map<String, Link<Element>>(); On 2013/05/08 12:34:06, ngeoffray ...
7 years, 7 months ago (2013-05-08 21:47:53 UTC) #5
ahe
Ping.
7 years, 7 months ago (2013-05-13 10:28:05 UTC) #6
ngeoffray
LGTM https://codereview.chromium.org/14646031/diff/6002/dart/sdk/lib/_internal/compiler/implementation/ssa/builder.dart File dart/sdk/lib/_internal/compiler/implementation/ssa/builder.dart (right): https://codereview.chromium.org/14646031/diff/6002/dart/sdk/lib/_internal/compiler/implementation/ssa/builder.dart#newcode3653 dart/sdk/lib/_internal/compiler/implementation/ssa/builder.dart:3653: final bool isSymbolConstructor = element == compiler.symbolConstructor; On ...
7 years, 7 months ago (2013-05-13 10:31:40 UTC) #7
ahe
7 years, 7 months ago (2013-05-15 08:11:39 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r22722 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698