MCPcopy Index your code
hub / github.com/nodejs/node / f

Function f

deps/v8/test/mjsunit/es6/super.js:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 function fBase() { }
10 Base.prototype = {
11 f() {
12 return "Base " + this.toString();
13 },
14 x: 15,
15 toString() {
16 return "this is Base";

Callers 15

proxies.jsFile · 0.70
testFunction · 0.70
super.jsFile · 0.70
testFunction · 0.70
math-clz32.jsFile · 0.70
iter_mapFunction · 0.70
array-of.jsFile · 0.70
TestCallFunction · 0.70
TestCallIntrinsicFunction · 0.70
TestCallThrowFunction · 0.70

Calls 6

assertInstanceofFunction · 0.85
evalFunction · 0.70
assertEqualsFunction · 0.50
assertTrueFunction · 0.50
toStringMethod · 0.45
fMethod · 0.45

Tested by 2

testFunction · 0.56
testFunction · 0.56