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

Issue 1050723002: partially implement instance of checks and some codegen fixes (Closed)

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

Description

partially implement instance of checks and some codegen fixes R=vsm@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/8dfa318710b69a6a4cc50a7c97662ddb87f49a3e

Patch Set 1 #

Total comments: 17

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+777 lines, -434 lines) Patch
M lib/runtime/dart/_interceptors.js View 8 chunks +19 lines, -19 lines 0 comments Download
M lib/runtime/dart/_internal.js View 33 chunks +63 lines, -63 lines 0 comments Download
M lib/runtime/dart/_isolate_helper.js View 7 chunks +9 lines, -9 lines 0 comments Download
M lib/runtime/dart/_js_helper.js View 10 chunks +13 lines, -13 lines 0 comments Download
M lib/runtime/dart/async.js View 46 chunks +59 lines, -59 lines 0 comments Download
M lib/runtime/dart/collection.js View 66 chunks +112 lines, -112 lines 0 comments Download
M lib/runtime/dart/convert.js View 3 chunks +4 lines, -4 lines 0 comments Download
M lib/runtime/dart/core.js View 9 chunks +21 lines, -21 lines 0 comments Download
M lib/runtime/dart/isolate.js View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/runtime/dart/math.js View 6 chunks +11 lines, -11 lines 0 comments Download
M lib/runtime/dart_runtime.js View 1 16 chunks +223 lines, -75 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 3 chunks +8 lines, -2 lines 0 comments Download
M lib/src/js/nodes.dart View 2 chunks +3 lines, -1 line 0 comments Download
M lib/src/js/precedence.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M lib/src/js/printer.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/browser/index.html View 1 chunk +5 lines, -0 lines 0 comments Download
M test/browser/runtime_tests.js View 1 2 chunks +217 lines, -34 lines 0 comments Download
M test/codegen/expect/server_mode/html_input.html View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
Jennifer Messerly
https://codereview.chromium.org/1050723002/diff/1/lib/runtime/dart_runtime.js File lib/runtime/dart_runtime.js (right): https://codereview.chromium.org/1050723002/diff/1/lib/runtime/dart_runtime.js#newcode446 lib/runtime/dart_runtime.js:446: dart.originalDeclaration = Symbol('originalDeclaration'); better name suggestions? https://codereview.chromium.org/1050723002/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart ...
5 years, 8 months ago (2015-04-01 00:32:36 UTC) #2
Jennifer Messerly
fyi Jacob, if you want to patch this, it has a few codegen fixes that ...
5 years, 8 months ago (2015-04-01 00:33:16 UTC) #3
Jennifer Messerly
also Vijay: this doesn't track your latest refactorings. I think those mostly covered function types, ...
5 years, 8 months ago (2015-04-01 00:34:35 UTC) #4
vsm
lgtm! Some comments, but feel free to land - we can keep iterating. https://codereview.chromium.org/1050723002/diff/1/lib/runtime/dart_runtime.js File ...
5 years, 8 months ago (2015-04-01 15:38:00 UTC) #5
Jennifer Messerly
thanks! I uploaded a new version but need to fix mixins still + add tests ...
5 years, 8 months ago (2015-04-01 15:57:32 UTC) #6
vsm
still lgtm https://codereview.chromium.org/1050723002/diff/1/lib/runtime/dart_runtime.js File lib/runtime/dart_runtime.js (right): https://codereview.chromium.org/1050723002/diff/1/lib/runtime/dart_runtime.js#newcode132 lib/runtime/dart_runtime.js:132: function instanceOf(obj, type) { On 2015/04/01 15:57:32, ...
5 years, 8 months ago (2015-04-01 16:29:40 UTC) #7
Jennifer Messerly
https://codereview.chromium.org/1050723002/diff/1/lib/runtime/dart_runtime.js File lib/runtime/dart_runtime.js (right): https://codereview.chromium.org/1050723002/diff/1/lib/runtime/dart_runtime.js#newcode132 lib/runtime/dart_runtime.js:132: function instanceOf(obj, type) { On 2015/04/01 16:29:40, vsm wrote: ...
5 years, 8 months ago (2015-04-01 16:41:22 UTC) #8
Jennifer Messerly
5 years, 8 months ago (2015-04-01 16:44:42 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
8dfa318710b69a6a4cc50a7c97662ddb87f49a3e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698