MCPcopy Create free account
hub / github.com/nodejs/node / foo

Method foo

deps/v8/test/mjsunit/es6/super-ic.js:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36 class D extends C {
37 foo() { return super.bar; }
38 }
39 D.prototype.bar = "wrong value: D.prototype.bar";
40

Callers 15

object-create.jsFile · 0.45
import-memory.jsFile · 0.45
export-table.jsFile · 0.45
jsFunc2Function · 0.45
workerCodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected