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

Function d

deps/v8/test/mjsunit/es6/block-for.js:174–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173}
174closures3({a : [0], b : 1, c : {v : 1}, get d() {}, set e(x) {}});
175
176// Check normal for statement completion values.
177assertEquals(1, eval("for (let i = 0; i < 10; i++) { 1; }"));

Callers 3

TestWithGetCall2Function · 0.70
TestWithGetCallThrow2Function · 0.70
lea-add.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected