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

Function e

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

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 8

eval.jsFile · 0.50
MyOtherObjectFunction · 0.50
testEvalInCatchFunction · 0.50
fooFunction · 0.50
compile_rulesFunction · 0.50
__init__Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected