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

Unified Diff: runtime/vm/symbols.h

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 2 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
« no previous file with comments | « runtime/vm/snapshot_test.cc ('k') | samples/chat/chat_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 8284774a68750068cf7b880a7c5d191817c42c2a..27b64cf4ddff537f62898e34a92f113d2fb4149d 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -216,7 +216,7 @@ class ObjectPointerVisitor;
V(InvocationMirror, "_InvocationMirror") \
V(AllocateInvocationMirror, "_allocateInvocationMirror") \
V(toString, "toString") \
- V(_ReceivePortImpl, "_ReceivePortImpl") \
+ V(_RawReceivePortImpl, "_RawReceivePortImpl") \
V(_lookupReceivePort, "_lookupReceivePort") \
V(_handleMessage, "_handleMessage") \
V(_SendPortImpl, "_SendPortImpl") \
@@ -234,7 +234,7 @@ class ObjectPointerVisitor;
V(InternalError, "InternalError") \
V(NullThrownError, "NullThrownError") \
V(IsolateSpawnException, "IsolateSpawnException") \
- V(IsolateUnhandledException, "IsolateUnhandledException") \
+ V(IsolateUnhandledException, "_IsolateUnhandledException") \
V(JavascriptIntegerOverflowError, "_JavascriptIntegerOverflowError") \
V(MirroredCompilationError, "MirroredCompilationError") \
V(_setupFullStackTrace, "_setupFullStackTrace") \
« no previous file with comments | « runtime/vm/snapshot_test.cc ('k') | samples/chat/chat_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698