summaryrefslogtreecommitdiff
path: root/deps/v8/src/contexts.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2012-01-03 11:46:53 -0800
committerRyan Dahl <ry@tinyclouds.org>2012-01-03 11:46:53 -0800
commit557fc396b4f5c165de90fbf9eaecb4370b46c057 (patch)
treeeffdb5494f7e290a80de2f9ca45b5e4be264494d /deps/v8/src/contexts.h
parentc123ac05dc37311d3dfb37ed6f22baef58280379 (diff)
downloadnode-new-557fc396b4f5c165de90fbf9eaecb4370b46c057.tar.gz
Upgrade V8 to 3.8.4
Diffstat (limited to 'deps/v8/src/contexts.h')
-rw-r--r--deps/v8/src/contexts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/contexts.h b/deps/v8/src/contexts.h
index 10ef33d1ac..eec86f125b 100644
--- a/deps/v8/src/contexts.h
+++ b/deps/v8/src/contexts.h
@@ -104,6 +104,7 @@ enum BindingFlags {
V(STRING_FUNCTION_INDEX, JSFunction, string_function) \
V(STRING_FUNCTION_PROTOTYPE_MAP_INDEX, Map, string_function_prototype_map) \
V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
+ V(INTERNAL_ARRAY_FUNCTION_INDEX, JSFunction, internal_array_function) \
V(ARRAY_FUNCTION_INDEX, JSFunction, array_function) \
V(DATE_FUNCTION_INDEX, JSFunction, date_function) \
V(JSON_OBJECT_INDEX, JSObject, json_object) \
@@ -244,6 +245,7 @@ class Context: public FixedArray {
STRING_FUNCTION_INDEX,
STRING_FUNCTION_PROTOTYPE_MAP_INDEX,
OBJECT_FUNCTION_INDEX,
+ INTERNAL_ARRAY_FUNCTION_INDEX,
ARRAY_FUNCTION_INDEX,
DATE_FUNCTION_INDEX,
JSON_OBJECT_INDEX,