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

Method f

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

Source from the content-addressed store, hash-verified

84
85 class C {
86 f() {
87 super.unknown();
88 }
89 }
90
91 assertThrows(function() {

Callers 15

callFunction · 0.45
array-push.jsFile · 0.45
eval.jsFile · 0.45
this.jsFile · 0.45
gFunction · 0.45
CallOnGlobalFunction · 0.45
duplicateFunction · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36