| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 810eabe3450780328d114c2a2b07bbd8d19d2489..326fa35d5a9e19f6d8378b2fa1fcb4edb0fc992a 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -218,7 +218,11 @@ enum BindingFlags {
|
| V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
|
| V(OBJECT_FUNCTION_PROTOTYPE_MAP_INDEX, Map, object_function_prototype_map) \
|
| V(OPAQUE_REFERENCE_FUNCTION_INDEX, JSFunction, opaque_reference_function) \
|
| + V(PROXY_CALLABLE_MAP_INDEX, Map, proxy_callable_map) \
|
| + V(PROXY_CONSTRUCTOR_MAP_INDEX, Map, proxy_constructor_map) \
|
| V(PROXY_FUNCTION_INDEX, JSFunction, proxy_function) \
|
| + V(PROXY_FUNCTION_MAP_INDEX, Map, proxy_function_map) \
|
| + V(PROXY_MAP_INDEX, Map, proxy_map) \
|
| V(REGEXP_FUNCTION_INDEX, JSFunction, regexp_function) \
|
| V(REGEXP_RESULT_MAP_INDEX, Map, regexp_result_map) \
|
| V(SCRIPT_CONTEXT_TABLE_INDEX, ScriptContextTable, script_context_table) \
|
|
|