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

Method m

deps/v8/test/mjsunit/es6/home-object-in-context.js:80–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79 class B extends A {
80 m() {
81 let r;
82 eval('r = super.x;');
83 return r;
84 }
85 };
86 B.prototype.x = 'wrong';
87

Callers 2

m2Method · 0.45

Calls 1

evalFunction · 0.70

Tested by

no test coverage detected