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

Issue 1178523004: fixes #215, removes special case for length (Closed)

Created:
5 years, 6 months ago by Jennifer Messerly
Modified:
5 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

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+355 lines, -356 lines) Patch
M lib/runtime/dart/_interceptors.js View 36 chunks +75 lines, -75 lines 0 comments Download
M lib/runtime/dart/_internal.js View 28 chunks +53 lines, -53 lines 0 comments Download
M lib/runtime/dart/_isolate_helper.js View 5 chunks +8 lines, -8 lines 0 comments Download
M lib/runtime/dart/_js_helper.js View 9 chunks +14 lines, -14 lines 0 comments Download
M lib/runtime/dart/_native_typed_data.js View 4 chunks +8 lines, -8 lines 0 comments Download
M lib/runtime/dart/collection.js View 34 chunks +63 lines, -63 lines 0 comments Download
M lib/runtime/dart/convert.js View 38 chunks +53 lines, -53 lines 0 comments Download
M lib/runtime/dart/core.js View 44 chunks +63 lines, -63 lines 0 comments Download
M lib/runtime/dart/isolate.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 chunk +1 line, -2 lines 2 comments Download
M test/codegen/expect/BenchmarkBase.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/codegen/expect/DeltaBlue.js View 7 chunks +10 lines, -10 lines 0 comments Download
M test/codegen/expect/cascade.js View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Jennifer Messerly
Although code reads better before, the inconsistency causes problems. Alternative would be to handle this ...
5 years, 6 months ago (2015-06-10 16:50:36 UTC) #2
vsm
https://codereview.chromium.org/1178523004/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1178523004/diff/1/lib/src/codegen/js_codegen.dart#newcode2673 lib/src/codegen/js_codegen.dart:2673: return js.call('dartx.#', _propertyName(name)); Will this really fix the broken ...
5 years, 6 months ago (2015-06-10 17:00:47 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/1178523004/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1178523004/diff/1/lib/src/codegen/js_codegen.dart#newcode2673 lib/src/codegen/js_codegen.dart:2673: return js.call('dartx.#', _propertyName(name)); On 2015/06/10 17:00:46, vsm wrote: > ...
5 years, 6 months ago (2015-06-10 17:13:16 UTC) #4
vsm
thanks! lgtm
5 years, 6 months ago (2015-06-10 17:37:51 UTC) #5
Jennifer Messerly
5 years, 6 months ago (2015-06-10 19:21:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
03b60dbff789e80a746582e6b169488c7699fcde (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698