summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/wasm-stack-check.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/wasm-stack-check.js')
-rw-r--r--deps/v8/test/inspector/debugger/wasm-stack-check.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/wasm-stack-check.js b/deps/v8/test/inspector/debugger/wasm-stack-check.js
index cd2384acec..08ee162f8e 100644
--- a/deps/v8/test/inspector/debugger/wasm-stack-check.js
+++ b/deps/v8/test/inspector/debugger/wasm-stack-check.js
@@ -37,6 +37,7 @@ function instantiate(bytes, imports) {
InspectorTest.runAsyncTestSuite([
async function testPauseAndStep() {
+ await Protocol.Runtime.enable();
await Protocol.Debugger.enable();
InspectorTest.log('Instantiate');
const instantiate_code = `var instance = (${instantiate})(${JSON.stringify(module_bytes)}, {'imports': {'pause': () => { %ScheduleBreak() } }});`;