Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 7db26db90d5f723e797e78becaf2a20dc50dc9f0..ddd529588b3bfa9b71c3f5e0decf7a9dd8518b2f 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -79,6 +79,7 @@ namespace internal { |
F(PreventExtensions, 1, 1)\ |
\ |
/* Utilities */ \ |
+ F(CheckIsBootstrapping, 0, 1) \ |
F(GetFunctionDelegate, 1, 1) \ |
F(GetConstructorDelegate, 1, 1) \ |
F(NewArgumentsFast, 3, 1) \ |