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

Function test11

deps/v8/test/debugger/debug/debug-stepout-scope-part1.js:142–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140
141
142function test11() {
143 debugger;
144 try {
145 throw 'stuff';
146 } catch (e) {
147 return 10;
148 }
149}
150test11();
151
152

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected