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

Issue 1088943006: implement tear offs (Closed)

Created:
5 years, 8 months ago by Jennifer Messerly
Modified:
5 years, 8 months ago
Reviewers:
Jacob
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 (+134 lines, -82 lines) Patch
M lib/runtime/dart/_internal.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/runtime/dart/_isolate_helper.js View 5 chunks +7 lines, -7 lines 0 comments Download
M lib/runtime/dart/_js_helper.js View 3 chunks +4 lines, -4 lines 0 comments Download
M lib/runtime/dart/async.js View 32 chunks +37 lines, -37 lines 0 comments Download
M lib/runtime/dart/collection.js View 3 chunks +3 lines, -3 lines 0 comments Download
M lib/runtime/dart/convert.js View 4 chunks +4 lines, -4 lines 2 comments Download
M lib/runtime/dart/core.js View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/runtime/dart_runtime.js View 2 chunks +18 lines, -1 line 0 comments Download
M lib/src/codegen/js_codegen.dart View 5 chunks +42 lines, -16 lines 0 comments Download
M lib/src/utils.dart View 2 chunks +10 lines, -1 line 0 comments Download
M test/codegen/expect/cascade.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/codegen/expect/methods.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/names.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
Jennifer Messerly
5 years, 8 months ago (2015-04-21 18:50:00 UTC) #2
Jacob
https://codereview.chromium.org/1088943006/diff/1/lib/runtime/dart/convert.js File lib/runtime/dart/convert.js (right): https://codereview.chromium.org/1088943006/diff/1/lib/runtime/dart/convert.js#newcode1579 lib/runtime/dart/convert.js:1579: return new ClosableStringSink.fromStringSink(this[_stringSink], dart.bind(this, 'close')); I don't get why ...
5 years, 8 months ago (2015-04-21 20:27:57 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/1088943006/diff/1/lib/runtime/dart/convert.js File lib/runtime/dart/convert.js (right): https://codereview.chromium.org/1088943006/diff/1/lib/runtime/dart/convert.js#newcode1579 lib/runtime/dart/convert.js:1579: return new ClosableStringSink.fromStringSink(this[_stringSink], dart.bind(this, 'close')); On 2015/04/21 20:27:56, Jacob ...
5 years, 8 months ago (2015-04-21 21:11:06 UTC) #4
Jacob
lgtm
5 years, 8 months ago (2015-04-21 21:15:46 UTC) #5
Jennifer Messerly
5 years, 8 months ago (2015-04-21 22:30:22 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
4138cbc6239fabd31ad892b4ebe51ab6799f7d3f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698