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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 11413101: Added support for isolate unhandled exceptions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index fad33c91bf5245f6dc56f29defd51e4f89c846df..e1084b174a8c1c6b9659aa33cc603b42631959a9 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -176,8 +176,8 @@ namespace dart {
V(ExternalFloat64Array_getIndexed, 2) \
V(ExternalFloat64Array_setIndexed, 3) \
V(isolate_getPortInternal, 0) \
- V(isolate_spawnFunction, 1) \
- V(isolate_spawnUri, 1) \
+ V(isolate_spawnFunction, 2) \
+ V(isolate_spawnUri, 2) \
V(Mirrors_isLocalPort, 1) \
V(Mirrors_makeLocalInstanceMirror, 1) \
V(Mirrors_makeLocalMirrorSystem, 0) \
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | runtime/vm/dart.h » ('j') | runtime/vm/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698