MCPcopy Create free account
hub / github.com/nodejs/node / Setup

Function Setup

deps/v8/test/js-perf-test/Inspector/debugger.js:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 SetupAsyncStacksInstrumentation, TearDown);
14
15function Setup() {
16 SendMessage('Debugger.enable');
17 // Force lazy compilation of inspector related scripts.
18 SendMessage('Runtime.evaluate', {expression: ''});
19}
20
21function TearDown() {
22 SendMessage('Debugger.disable');

Callers 2

Calls 1

SendMessageFunction · 0.85

Tested by

no test coverage detected