Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
#load
Method · 0.45
readOTP
Function · 0.45
is-windows.js
File · 0.45
assertValidUrl
Function · 0.45
otplease
Function · 0.45
logTar
Function · 0.45
errorMessage
Function · 0.45
validateUUID
Function · 0.45
versionedKeyFor
Function · 0.45
STRIP_C01
Function · 0.45
searchCachePackage
Function · 0.45
enable2fa
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected