Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ fn
Method
fn
deps/v8/test/mjsunit/harmony/private-methods.js:294–294 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
292
class
C extends A {
293
#m() {
return
super.foo; }
294
fn() {
return
this.#m()(); }
295
}
296
297
assertEquals(1,
new
C().fn());
Callers
5
bigint.js
File · 0.45
wasm-interpreter.js
File · 0.45
bigint-i64-to-imported-js-func.js
File · 0.45
templates.js
File · 0.45
private-methods.js
File · 0.45
Calls
1
#m
Method · 0.95
Tested by
no test coverage detected