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

Function m

deps/v8/test/mjsunit/es6/classes.js:340–342  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

338 B.prototype = {
339 constructor: B,
340 set m(v) {
341 throw Error();
342 }
343 };
344
345 class C extends B {

Callers 10

f2Function · 0.70
f2Function · 0.70
gFunction · 0.50
Word32AndFunction · 0.50
regress-740325.jsFile · 0.50
asm-validation.jsFile · 0.50
Uint32ModFunction · 0.50
Int32ModFunction · 0.50
Int32DivFunction · 0.50
Uint32DivFunction · 0.50

Calls 1

ErrorFunction · 0.50

Tested by

no test coverage detected