Index: src/heap.h |
=================================================================== |
--- src/heap.h (revision 6406) |
+++ src/heap.h (working copy) |
@@ -203,7 +203,9 @@ |
V(zero_symbol, "0") \ |
V(global_eval_symbol, "GlobalEval") \ |
V(identity_hash_symbol, "v8::IdentityHash") \ |
- V(closure_symbol, "(closure)") |
+ V(closure_symbol, "(closure)") \ |
+ V(KeyedLoadExternalArray_symbol, "KeyedLoadExternalArray") \ |
+ V(KeyedStoreExternalArray_symbol, "KeyedStoreExternalArray") |
// Forward declarations. |