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

Function test5

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

Source from the content-addressed store, hash-verified

93
94
95function test5() {
96 debugger;
97 var dummy = 1;
98 with ({}) {
99 with ({}) {
100 dummy = 2;
101 }
102 }
103 dummy = 3;
104}
105test5();
106
107

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected