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

Function foo

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

Source from the content-addressed store, hash-verified

449
450 function usingYieldInBody() {
451 function* foo() {
452 class C {
453 [yield]() {}
454 }
455 }
456 var g = foo();
457 g.next();
458 return g.return(42).value;

Callers 3

usingYieldInBodyFunction · 0.70
usingYieldInExtendsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected