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

Unified Diff: sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart

Issue 742873002: Isolates: allow sending of arbitrary objects in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Support CSP mode. Created 6 years 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 | « sdk/lib/_internal/compiler/js_lib/native_helper.dart ('k') | tests/isolate/function_send_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart
diff --git a/sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart b/sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart
index 353442a6e30b7ba5cbcc8cf6df384b42b4916a78..3cc1835bd1dc22474a49c2172e2d888a776a30fa 100644
--- a/sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart
+++ b/sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart
@@ -31,4 +31,8 @@ const CURRENT_SCRIPT = 'currentScript';
const DEFERRED_LIBRARY_URIS = 'deferredLibraryUris';
const DEFERRED_LIBRARY_HASHES = 'deferredLibraryHashes';
const INITIALIZE_LOADED_HUNK = 'initializeLoadedHunk';
-const IS_HUNK_LOADED = 'isHunkLoaded';
+const IS_HUNK_LOADED = 'isHunkLoaded';
+const CLASS_ID_EXTRACTOR = 'classIdExtractor';
+const CLASS_FIELDS_EXTRACTOR = 'classFieldsExtractor';
+const INSTANCE_FROM_CLASS_ID = "instanceFromClassId";
+const INITIALIZE_EMPTY_INSTANCE = "initializeEmptyInstance";
« no previous file with comments | « sdk/lib/_internal/compiler/js_lib/native_helper.dart ('k') | tests/isolate/function_send_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698