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

Unified Diff: lib/runtime/dart_runtime.js

Issue 1233553005: Fixes #254 - Better stacktrace support (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/runtime/dart_runtime.js
diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js
index 88e9a92f7a7493a0e9b96d9d672220ae212c7de2..2d94f3e2bd776f8fbbc38433127c4adcf57c16b2 100644
--- a/lib/runtime/dart_runtime.js
+++ b/lib/runtime/dart_runtime.js
@@ -79,6 +79,7 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[
'map',
'noSuchMethod',
'notNull',
+ 'rethrow',
'stackTrace',
'throw_',
'toString',

Powered by Google App Engine
This is Rietveld 408576698