Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ constructor
Method
constructor
deps/v8/test/mjsunit/harmony/public-instance-class-fields.js:585–588 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
583
584
class
P extends
class
{} {
585
constructor() {
586
let
t = () => { super(); };
587
t();
588
}
589
}
590
591
let
p =
new
P;
Callers
nothing calls this directly
Calls
1
t
Function · 0.70
Tested by
no test coverage detected