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

Method a

deps/v8/test/mjsunit/es6/function-name.js:70–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 'use strict';
69 class C {
70 a() { }
71 static b() { }
72 get c() { }
73 set c(val) { }

Calls

no outgoing calls

Tested by

no test coverage detected