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

Issue 23482004: Evaluates arguments before throwing a NoSuchMethodError in constructor (Closed)

Created:
7 years, 3 months ago by zra
Modified:
7 years, 3 months ago
Reviewers:
regis, srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Evaluates arguments before throwing a NoSuchMethodError in constructor calls and static function calls. Fixes issue 12820. R=regis@google.com, srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=26827

Patch Set 1 #

Patch Set 2 : #

Total comments: 17

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -21 lines) Patch
M runtime/vm/ast.h View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_builder.h View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 4 chunks +22 lines, -5 lines 0 comments Download
M runtime/vm/parser.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 14 chunks +26 lines, -8 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
zra
7 years, 3 months ago (2013-08-28 20:44:14 UTC) #1
regis
LGTM with comments. https://codereview.chromium.org/23482004/diff/8001/runtime/vm/ast.h File runtime/vm/ast.h (right): https://codereview.chromium.org/23482004/diff/8001/runtime/vm/ast.h#newcode225 runtime/vm/ast.h:225: } This could fit on one ...
7 years, 3 months ago (2013-08-28 21:10:54 UTC) #2
srdjan
lgtm https://codereview.chromium.org/23482004/diff/8001/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/23482004/diff/8001/runtime/vm/flow_graph_builder.cc#newcode3615 runtime/vm/flow_graph_builder.cc:3615: } The code above could be: ConstantInstr* cinstr ...
7 years, 3 months ago (2013-08-28 21:43:14 UTC) #3
regis
https://codereview.chromium.org/23482004/diff/8001/runtime/vm/parser.h File runtime/vm/parser.h (right): https://codereview.chromium.org/23482004/diff/8001/runtime/vm/parser.h#newcode649 runtime/vm/parser.h:649: } On 2013/08/28 21:10:54, regis wrote: > No overriding, ...
7 years, 3 months ago (2013-08-28 21:49:39 UTC) #4
zra
Thanks! https://codereview.chromium.org/23482004/diff/8001/runtime/vm/ast.h File runtime/vm/ast.h (right): https://codereview.chromium.org/23482004/diff/8001/runtime/vm/ast.h#newcode225 runtime/vm/ast.h:225: } On 2013/08/28 21:10:54, regis wrote: > This ...
7 years, 3 months ago (2013-08-28 22:47:00 UTC) #5
zra
7 years, 3 months ago (2013-08-28 23:40:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r26827 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698