Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index d76dc038c0baedfd80065cc43f2ef5c2393f538e..20279ab52adb814039411c258302b526bf5535e8 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -190,6 +190,7 @@ namespace internal { |
F(ScriptLocationFromLine, 4, 1) \ |
F(ScriptLocationFromLine2, 4, 1) \ |
F(ScriptPositionInfo, 3, 1) \ |
+ F(ScriptPositionInfo2, 3, 1) \ |
F(ScriptSourceLine, 2, 1) \ |
F(DebugPrepareStepInIfStepping, 1, 1) \ |
F(DebugPrepareStepInSuspendedGenerator, 0, 1) \ |