Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ getA
Method
getA
deps/v8/test/mjsunit/harmony/private-fields-static.js:184–184 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
183
class
B extends A {
184
static getA() {
return
super.getA(); }
185
}
186
187
assertThrows(() => B.getA(), TypeError);
Callers
1
b
Method · 0.95
Calls
1
getA
Method · 0.45
Tested by
no test coverage detected