Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index 79f2e1356bebbf7e5196b03e4e86c6580e8fd059..66d23f0c097a324ec842b6cd9ad2db78f14daa56 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -330,6 +330,7 @@ enum ContextLookupFlags { |
V(STRING_FUNCTION_PROTOTYPE_MAP_INDEX, Map, string_function_prototype_map) \ |
V(STRING_ITERATOR_MAP_INDEX, Map, string_iterator_map) \ |
V(SYMBOL_FUNCTION_INDEX, JSFunction, symbol_function) \ |
+ V(NATIVE_FUNCTION_MAP_INDEX, Map, native_function_map) \ |
V(WASM_FUNCTION_MAP_INDEX, Map, wasm_function_map) \ |
V(WASM_INSTANCE_CONSTRUCTOR_INDEX, JSFunction, wasm_instance_constructor) \ |
V(WASM_INSTANCE_SYM_INDEX, Symbol, wasm_instance_sym) \ |