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