Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index e145b2db0fb151d308b98d5a739d1048a8e3cc59..92083f70783aeefe07c518399373c322544d53dc 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -303,6 +303,7 @@ namespace internal { |
F(CheckIsBootstrapping, 0, 1) \ |
F(ImportToRuntime, 1, 1) \ |
F(ImportExperimentalToRuntime, 1, 1) \ |
+ F(InstallJSBuiltins, 1, 1) \ |
F(Throw, 1, 1) \ |
F(ReThrow, 1, 1) \ |
F(UnwindAndFindExceptionHandler, 0, 1) \ |