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

Function lazy_outer

deps/v8/test/mjsunit/parallel-compile-tasks.js:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18var outer_var = 42;
19
20function lazy_outer() {
21 return 42;
22}
23
24var eager_outer = (function() { return 42; });
25

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected