Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ initF
Function
initF
deps/v8/test/mjsunit/harmony/public-instance-class-fields.js:360–363 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
358
}
359
360
function
initF() {
361
addToLog(
"init f"
);
362
return
1;
363
}
364
365
class
C extends B {
366
f = initF();
Callers
1
C
Class · 0.85
Calls
1
addToLog
Function · 0.85
Tested by
no test coverage detected