Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index b1b05a15ff43b182b9ce40c1f703b0d180e2db24..af7ec8f23a50d4b2bc3c0d17d4e593d88cfa99f0 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -126,6 +126,7 @@ enum ContextLookupFlags { |
V(URI_ERROR_FUNCTION_INDEX, JSFunction, uri_error_function) \ |
V(WASM_COMPILE_ERROR_FUNCTION_INDEX, JSFunction, \ |
wasm_compile_error_function) \ |
+ V(WASM_LINK_ERROR_FUNCTION_INDEX, JSFunction, wasm_link_error_function) \ |
V(WASM_RUNTIME_ERROR_FUNCTION_INDEX, JSFunction, wasm_runtime_error_function) |
#define NATIVE_CONTEXT_JS_ARRAY_ITERATOR_MAPS(V) \ |