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

Method x

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

Source from the content-addressed store, hash-verified

218 assertEquals('class D { constructor() { 42; } }', D.toString());
219
220 class E { x() { 42; } }
221 assertEquals('class E { x() { 42; } }', E.toString());
222})();
223

Calls

no outgoing calls

Tested by

no test coverage detected