Chromium Code Reviews
DescriptionFix crash bug with noSuchMethod invocation and argument count mismatch.
When trying to invoke noSuchMethod on an object and it does not implement
noSuchMethod(i) -- with one argument, but with a mismatching number of arguments,
throw a NoSuchMethodError.
BUG=dartbug.com/12561
TEST=tests/language/regress_12561_test.dart
R=iposva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=38183
Patch Set 1 #
Total comments: 2
Messages
Total messages: 9 (0 generated)
|
||||||||||||||||||||||||||||