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

Function test6

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

Source from the content-addressed store, hash-verified

106
107
108function test6() {
109 debugger;
110 try {
111 throw 'stuff';
112 } catch (e) {
113 e = 1;
114 }
115}
116test6();
117
118

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected