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

Function getOwn

lib/internal/bootstrap/realm.js:211–215  ·  view source on GitHub ↗
(target, property, receiver)

Source from the content-addressed store, hash-verified

209ObjectSetPrototypeOf(ModuleWrap.prototype, null);
210
211const getOwn = (target, property, receiver) => {
212 return ObjectPrototypeHasOwnProperty(target, property) ?
213 ReflectGet(target, property, receiver) :
214 undefined;
215};
216
217const publicBuiltinIds = builtinIds
218 .filter((id) =>

Callers 1

syncExportsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…