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

Function ownKeys

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

Source from the content-addressed store, hash-verified

148 return target != null ? Object.getPrototypeOf(target) : null
149 },
150 ownKeys() {
151 const target = resolve()
152 return target != null ? Reflect.ownKeys(target) : []
153 },
154 getOwnPropertyDescriptor(_, prop) {
155 const target = resolve()
156 return target != null ? Object.getOwnPropertyDescriptor(target, prop) : undefined

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected