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

Method method2

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

Source from the content-addressed store, hash-verified

272 method() { return 1; }
273 static staticMethod() { return 2; }
274 method2() { return 3; }
275 static staticMethod2() { return 4; }
276 }
277

Callers 3

classes.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected