Home
last modified time | relevance | path

Searched defs:hasOwn (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/lib/
Dlib.es2022.object.d.ts27 hasOwn(o: object, v: PropertyKey): boolean; method
/third_party/typescript/src/lib/
Des2022.object.d.ts7 hasOwn(o: object, v: PropertyKey): boolean; method
/third_party/node/deps/npm/node_modules/is-core-module/
Dindex.js3 var hasOwn = require('hasown'); variable
/third_party/jsframework/runtime/main/util/
Dshared.js60 export function hasOwn(obj, prop) { function
/third_party/node/deps/npm/node_modules/nopt/lib/
Dnopt-lib.js5 const hasOwn = (o, k) => Object.prototype.hasOwnProperty.call(o, k) function
/third_party/node/deps/undici/src/lib/fetch/
Dutil.js1130 hasOwn, property
/third_party/node/deps/undici/
Dundici.js1772 hasOwn, property