| Index: runtime/lib/core_patch.dart
|
| ===================================================================
|
| --- runtime/lib/core_patch.dart (revision 43993)
|
| +++ runtime/lib/core_patch.dart (working copy)
|
| @@ -5,6 +5,10 @@
|
| import "dart:math";
|
| import "dart:typed_data";
|
|
|
| +// Equivalent of calling FATAL from C++ code.
|
| +_fatal(msg) native "DartCore_fatal";
|
| +
|
| +
|
| // We need to pass the exception and stack trace objects as second and third
|
| // parameter to the continuation. See vm/ast_transformer.cc for usage.
|
| void _asyncCatchHelper(catchFunction, continuation) {
|
|
|