Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 1028f1d7d8491b53695a4564cd2ea2a03aa1a9cd..80e014b0b84a6aef694198f4987a13f76291ad59 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -218,6 +218,7 @@ namespace internal { |
F(FunctionGetSourceCode, 1, 1) \ |
F(FunctionGetScriptSourcePosition, 1, 1) \ |
F(FunctionGetPositionForOffset, 2, 1) \ |
+ F(FunctionGetContextDebugId, 1, 1) \ |
F(FunctionSetInstanceClassName, 2, 1) \ |
F(FunctionSetLength, 2, 1) \ |
F(FunctionSetPrototype, 2, 1) \ |