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

Unified Diff: runtime/vm/symbols.h

Issue 1299493007: Rework service extensions to be safe (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/service.cc ('k') | sdk/lib/_internal/js_runtime/lib/developer_patch.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 5e2d585559a1dd58d036a683a45a3763b07ceeb2..a9cb2cae9ef77f8511838d9ea1f3da8df78f8cb1 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -397,7 +397,8 @@ class ObjectPointerVisitor;
V(removeLast, "removeLast") \
V(add, "add") \
V(ConstructorClosurePrefix, "new#") \
- V(_scheduleExtension, "_scheduleExtension") \
+ V(_runExtension, "_runExtension") \
+ V(_runPendingImmediateCallback, "_runPendingImmediateCallback") \
// Contains a list of frequently used strings in a canonicalized form. This
« no previous file with comments | « runtime/vm/service.cc ('k') | sdk/lib/_internal/js_runtime/lib/developer_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698