MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / getPrototypeOf

Function getPrototypeOf

lib/plugin/expose.js:146–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 return true
145 },
146 getPrototypeOf() {
147 const target = resolve()
148 return target != null ? Object.getPrototypeOf(target) : null
149 },
150 ownKeys() {
151 const target = resolve()
152 return target != null ? Reflect.ownKeys(target) : []

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected