MCPcopy Index your code
hub / github.com/nodejs/node / getProtoOfProto

Function getProtoOfProto

test/parallel/test-util-inspect.js:3711–3713  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3709 // Confirm null prototype of generator prototype displays as expected.
3710
3711 function getProtoOfProto() {
3712 return Object.getPrototypeOf(Object.getPrototypeOf(function* () {}));
3713 }
3714
3715 function* generator() {}
3716

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…