Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ b
Method
b
deps/v8/test/mjsunit/harmony/private-methods.js:83–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
super(b);
82
}
83
b() {
return
this.getA() }
84
}
85
const
b =
new
B(1);
86
assertEquals(1, b.b());
Callers
4
optional-chaining.js
File · 0.45
getA
Method · 0.45
private-methods.js
File · 0.45
C
Class · 0.45
Calls
1
getA
Method · 0.95
Tested by
no test coverage detected