Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index b0265b72d9ef71908ccbc8965b858e20cfe308be..2f3effdb5f501efeb643566713c51fd2bef39ae9 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -822,6 +822,13 @@ |
"name": "disable", |
"hidden": true, |
"description": "Disables reporting of execution contexts creation." |
+ }, |
+ { |
+ "name": "isRunRequired", |
+ "returns": [ |
+ { "name": "result", "type": "boolean", "description": "True if the Runtime is in paused on start state." } |
+ ], |
+ "hidden": true |
} |
], |
"events": [ |