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

Method f

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

Source from the content-addressed store, hash-verified

48
49 class Base {
50 f() {
51 return "Base " + this.toString();
52 }
53 toString() {
54 return "this is Base";
55 }

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected