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

Issue 2061373003: implement user-defined nSM, Object members on functions (Closed)

Created:
4 years, 6 months ago by Jennifer Messerly
Modified:
4 years, 6 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

implement user-defined nSM, Object members on functions fix #591 and fix #59 R=vsm@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/d6820e299111874c1ade6eb04e83735cc183d08b

Patch Set 1 #

Patch Set 2 : revert #

Patch Set 3 : fixes noSuchMethod and function's Object members #

Patch Set 4 : fix comment #

Total comments: 2

Patch Set 5 : fix #

Total comments: 2

Patch Set 6 : fix #

Patch Set 7 : fix #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1071 lines, -968 lines) Patch
M lib/runtime/dart_sdk.js View 1 2 3 4 5 6 14 chunks +896 lines, -864 lines 0 comments Download
M lib/src/compiler/code_generator.dart View 1 2 3 4 5 6 7 chunks +32 lines, -18 lines 1 comment Download
M lib/src/compiler/side_effect_analysis.dart View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M test/browser/language_tests.js View 1 2 3 4 5 6 3 chunks +3 lines, -4 lines 0 comments Download
A test/codegen/language/no_such_method_native_test.dart View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
M tool/input_sdk/private/ddc_runtime/classes.dart View 1 2 3 4 5 6 2 chunks +0 lines, -15 lines 0 comments Download
M tool/input_sdk/private/ddc_runtime/operations.dart View 1 2 3 4 5 10 chunks +91 lines, -50 lines 0 comments Download
M tool/input_sdk/private/ddc_runtime/rtti.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/ddc_runtime/runtime.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M tool/input_sdk/private/ddc_runtime/types.dart View 1 2 3 chunks +6 lines, -11 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Jennifer Messerly
4 years, 6 months ago (2016-06-16 22:24:04 UTC) #3
vsm
https://codereview.chromium.org/2061373003/diff/60001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/2061373003/diff/60001/lib/src/compiler/code_generator.dart#newcode4260 lib/src/compiler/code_generator.dart:4260: if (expr is PropertyAccess) { Is this sufficient? I.e., ...
4 years, 6 months ago (2016-06-16 23:41:13 UTC) #4
Jennifer Messerly
https://codereview.chromium.org/2061373003/diff/60001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/2061373003/diff/60001/lib/src/compiler/code_generator.dart#newcode4260 lib/src/compiler/code_generator.dart:4260: if (expr is PropertyAccess) { On 2016/06/16 23:41:13, vsm ...
4 years, 6 months ago (2016-06-16 23:44:14 UTC) #5
vsm
lgtm https://codereview.chromium.org/2061373003/diff/80001/tool/input_sdk/private/ddc_runtime/operations.dart File tool/input_sdk/private/ddc_runtime/operations.dart (right): https://codereview.chromium.org/2061373003/diff/80001/tool/input_sdk/private/ddc_runtime/operations.dart#newcode103 tool/input_sdk/private/ddc_runtime/operations.dart:103: if (args.length > 1 && Why not > ...
4 years, 6 months ago (2016-06-17 00:07:16 UTC) #6
Jennifer Messerly
https://codereview.chromium.org/2061373003/diff/80001/tool/input_sdk/private/ddc_runtime/operations.dart File tool/input_sdk/private/ddc_runtime/operations.dart (right): https://codereview.chromium.org/2061373003/diff/80001/tool/input_sdk/private/ddc_runtime/operations.dart#newcode103 tool/input_sdk/private/ddc_runtime/operations.dart:103: if (args.length > 1 && On 2016/06/17 00:07:16, vsm ...
4 years, 6 months ago (2016-06-17 00:13:14 UTC) #7
Jennifer Messerly
Hey Vijay, do you mind taking a look at one change in the latest patch ...
4 years, 6 months ago (2016-06-21 20:21:46 UTC) #8
vsm
lgtm
4 years, 6 months ago (2016-06-22 13:27:32 UTC) #9
Jennifer Messerly
4 years, 6 months ago (2016-06-23 00:18:31 UTC) #11
Message was sent while issue was closed.
Committed patchset #7 (id:110001) manually as
d6820e299111874c1ade6eb04e83735cc183d08b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698