Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
18
var
outer_var = 42;
19
20
function
lazy_outer() {
21
return
42;
22
}
23
24
var
eager_outer = (
function
() {
return
42; });
25
Callers
1
parallel-compile-tasks.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected