| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 5edd55992a21edf84cc3e28ff8209433ecbcbf73..c7a4eaea716597693abb9d1060be98a38066b59d 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -203,6 +203,7 @@ enum ContextLookupFlags {
|
| V(PROXY_MAP_INDEX, Map, proxy_map) \
|
| V(REGEXP_EXEC_FUNCTION_INDEX, JSFunction, regexp_exec_function) \
|
| V(REGEXP_FUNCTION_INDEX, JSFunction, regexp_function) \
|
| + V(REGEXP_PROTOTYPE_MAP_INDEX, Map, regexp_prototype_map) \
|
| V(REGEXP_RESULT_MAP_INDEX, Map, regexp_result_map) \
|
| V(SCRIPT_CONTEXT_TABLE_INDEX, ScriptContextTable, script_context_table) \
|
| V(SCRIPT_FUNCTION_INDEX, JSFunction, script_function) \
|
|
|