aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/compile-script.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/compile-script.js')
-rw-r--r--deps/v8/test/inspector/runtime/compile-script.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/runtime/compile-script.js b/deps/v8/test/inspector/runtime/compile-script.js
index 4f1c6468e1..6452e07a26 100644
--- a/deps/v8/test/inspector/runtime/compile-script.js
+++ b/deps/v8/test/inspector/runtime/compile-script.js
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+let {session, contextGroup, Protocol} = InspectorTest.start('Tests Runtime.compileScript');
+
var executionContextId;
Protocol.Debugger.enable().then(onDebuggerEnabled);