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

Method staticMethod2

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

Source from the content-addressed store, hash-verified

273 static staticMethod() { return 2; }
274 method2() { return 3; }
275 static staticMethod2() { return 4; }
276 }
277
278 assertMethodDescriptor(C.prototype, 'method');

Callers 1

classes.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected