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

Function g

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

Source from the content-addressed store, hash-verified

106
107 assertThrows(function() {
108 function* g() {}
109 class C extends g {}
110 }, TypeError);
111})();

Calls

no outgoing calls

Tested by

no test coverage detected