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

Issue 1034263002: Parse more properties of native code fragments. (Closed)

Created:
5 years, 9 months ago by sra1
Modified:
5 years, 8 months ago
Reviewers:
floitsch, herhut
CC:
reviews_dartlang.org, dart2js-team_google.com
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Parse more properties of native code fragments. ';' is now a separator rather than a terminator. Add properties for: - throwing behaviour - allocation (fresh unaliased object) - gvn These are currently unused. I have a separate CL in preparation with a better throwing behaviour R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=44947

Patch Set 1 : #

Total comments: 12

Patch Set 2 : use helper for maps #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -134 lines) Patch
M pkg/compiler/lib/src/native/behavior.dart View 1 2 9 chunks +268 lines, -132 lines 1 comment Download
M tests/compiler/dart2js/js_spec_string_test.dart View 1 5 chunks +44 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
sra1
5 years, 8 months ago (2015-04-06 18:36:25 UTC) #2
floitsch
LGTM. https://codereview.chromium.org/1034263002/diff/40001/pkg/compiler/lib/src/native/behavior.dart File pkg/compiler/lib/src/native/behavior.dart (right): https://codereview.chromium.org/1034263002/diff/40001/pkg/compiler/lib/src/native/behavior.dart#newcode24 pkg/compiler/lib/src/native/behavior.dart:24: static const NativeThrowBehavior MAY_THROW_ONLY_ON_FIRST_ARGUMENT_ACCESS = ONLY_THROWS_IF_FIRST_ARGUMENT_IS_NULL ? https://codereview.chromium.org/1034263002/diff/40001/pkg/compiler/lib/src/native/behavior.dart#newcode147 ...
5 years, 8 months ago (2015-04-07 15:35:16 UTC) #5
sra1
PTAL https://codereview.chromium.org/1034263002/diff/40001/pkg/compiler/lib/src/native/behavior.dart File pkg/compiler/lib/src/native/behavior.dart (right): https://codereview.chromium.org/1034263002/diff/40001/pkg/compiler/lib/src/native/behavior.dart#newcode24 pkg/compiler/lib/src/native/behavior.dart:24: static const NativeThrowBehavior MAY_THROW_ONLY_ON_FIRST_ARGUMENT_ACCESS = On 2015/04/07 15:35:16, ...
5 years, 8 months ago (2015-04-07 17:59:47 UTC) #6
sra1
Committed patchset #3 (id:80001) manually as 44947 (presubmit successful).
5 years, 8 months ago (2015-04-07 20:53:46 UTC) #7
herhut
DBC https://codereview.chromium.org/1034263002/diff/80001/pkg/compiler/lib/src/native/behavior.dart File pkg/compiler/lib/src/native/behavior.dart (right): https://codereview.chromium.org/1034263002/diff/80001/pkg/compiler/lib/src/native/behavior.dart#newcode154 pkg/compiler/lib/src/native/behavior.dart:154: /// (new) object that cannot be unaliased with ...
5 years, 8 months ago (2015-04-08 07:43:34 UTC) #9
floitsch
5 years, 8 months ago (2015-04-08 08:05:49 UTC) #10
Message was sent while issue was closed.
LGTM.

Powered by Google App Engine
This is Rietveld 408576698