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

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: Added utilities to help debugging 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..a3ee139823fd4a9a671e302bd29ffd10852e9b16 100644
--- a/lib/runtime/dart_runtime.js
+++ b/lib/runtime/dart_runtime.js
@@ -79,8 +79,9 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[
'map',
'noSuchMethod',
'notNull',
+ 'stackPrint',
'stackTrace',
- 'throw_',
+ 'throw',
'toString',
])
// Renames

Powered by Google App Engine
This is Rietveld 408576698