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

Function f

deps/v8/test/debugger/debug/es6/debug-evaluate-blockscopes.js:38–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36var result;
37
38function f() {
39 { // Line 1.
40 let i = 1; // Line 2.
41 try { // Line 3.
42 throw 'stuff'; // Line 4.
43 } catch (e) { // Line 5.
44 x = 2; // Line 6.
45 }
46 }
47};
48
49var Debug = debug.Debug
50

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected