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

Method test

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

Source from the content-addressed store, hash-verified

2251 class Base {}
2252 class Derived extends Base {
2253 test() {
2254 delete super[i++];
2255 }
2256 }
2257 assertThrows(Derived.prototype.test, ReferenceError);
2258 assertEquals(1, i);

Callers 15

#loadMethod · 0.45
readOTPFunction · 0.45
is-windows.jsFile · 0.45
assertValidUrlFunction · 0.45
otpleaseFunction · 0.45
logTarFunction · 0.45
errorMessageFunction · 0.45
validateUUIDFunction · 0.45
versionedKeyForFunction · 0.45
STRIP_C01Function · 0.45
searchCachePackageFunction · 0.45
enable2faMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected