Chromium Code Reviews
DescriptionFasta: Change BodyBuilder.buildCompileTimeError to throw an instance of _CompileTimeError.
This is a VM specific class that is recognized by exception handling code in VM.
Using this class instead of string guarantees that VM terminates with the correct exit code: kCompilationErrorExitCode (254) and not kErrorExitCode (255).
BUG=
R=ahe@google.com
Committed: https://github.com/dart-lang/sdk/commit/5e09ca8d97c2b433c8ae45fcdcdcd11bd58ef3e3
Patch Set 1 #
Total comments: 1
Patch Set 2 : Done #Messages
Total messages: 5 (2 generated)
|