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

Method toString

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

Source from the content-addressed store, hash-verified

51 return "Base " + this.toString();
52 }
53 toString() {
54 return "this is Base";
55 }
56 }
57
58 Base.prototype[x] = 15;

Callers 15

fMethod · 0.95
regress-109195.jsFile · 0.45
assertEqualsAsyncFunction · 0.45
assertEqualsAsyncFunction · 0.45
registerTestFunction · 0.45
error-tostring.jsFile · 0.45
number-tostring.jsFile · 0.45
TestStringTypeFunction · 0.45
regexp.jsFile · 0.45

Calls

no outgoing calls

Tested by 6

testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36