Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index caed34bab5ce57427cfcc0cbcc83b61d828eabfd..47537e03cc070695818de30ec2d41c2dc0d92653 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -430,6 +430,7 @@ namespace internal { |
F(GetScopeDetails, 4, 1) \ |
F(GetFunctionScopeCount, 1, 1) \ |
F(GetFunctionScopeDetails, 2, 1) \ |
+ F(SetScopeVariableValue, 6, 1) \ |
F(DebugPrintScopes, 0, 1) \ |
F(GetThreadCount, 1, 1) \ |
F(GetThreadDetails, 2, 1) \ |