MCPcopy Index your code
hub / github.com/nodejs/node / Setup

Function Setup

deps/v8/test/js-perf-test/Inspector/runtime.js:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 ]);
9
10 function Setup() {
11 // Force lazy compilation of inspector related scripts.
12 SendMessage('Runtime.evaluate', {expression: ''});
13 }
14
15 function TearDown() {
16 }

Callers

nothing calls this directly

Calls 1

SendMessageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…