Home
last modified time | relevance | path

Searched defs:hasOwnProperty (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/baselines/reference/
Dintrinsics.js2 var hasOwnProperty: hasOwnProperty; // Error variable
18 var hasOwnProperty; // Error variable
/third_party/typescript/tests/cases/compiler/
DtypeGuardNarrowByUntypedField.ts2 declare function hasOwnProperty<P extends PropertyKey>(target: {}, property: P): target is { readon… function
Dindexer2A.ts4 hasOwnProperty(objectId: number): boolean method in IDirectChildrenMap
DtypeGuardNarrowByMutableUntypedField.ts2 declare function hasOwnProperty<P extends PropertyKey>(target: {}, property: P): target is { [K in … function
Dindexer2.ts3 hasOwnProperty(objectId: number) : boolean; method
Dintrinsics.ts3 var hasOwnProperty: hasOwnProperty; // Error variable
DunspecializedConstraints.ts116 var hasOwnProperty = Object.prototype.hasOwnProperty; variable
/third_party/node/deps/npm/node_modules/cssesc/
Dcssesc.js5 var hasOwnProperty = object.hasOwnProperty; variable
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dadd-rm-pkg-deps.js102 return pkg[depType] && Object.prototype.hasOwnProperty.call(pkg[depType], name) method in pkg
/third_party/node/test/parallel/
Dtest-whatwg-url-custom-searchparams-constructor.js41 params = new URLSearchParams({ hasOwnProperty: 1 }); property
Dtest-querystring.js70 { hasOwnProperty: 'x', property
Dtest-util-inspect.js927 util.inspect({ hasOwnProperty: null }); property
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource4.ts13 public hasOwnProperty = undefined; property in BlockIntrinsics
/third_party/node/deps/npm/node_modules/cacache/lib/
Dverify.js19 const hasOwnProperty = (obj, key) => function
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
Dentry.js12 const hasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop) function
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dindex.js28 const hasOwnProperty = (obj, key) => function
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts113 hasOwnProperty(v: string): boolean; method
/third_party/typescript/src/compiler/
Dcore.ts1224 const hasOwnProperty = Object.prototype.hasOwnProperty; constant
/third_party/typescript/lib/
Dlib.es5.d.ts139 hasOwnProperty(v: PropertyKey): boolean; method
/third_party/typescript/src/lib/
Des5.d.ts119 hasOwnProperty(v: PropertyKey): boolean; method
/third_party/node/deps/acorn/acorn/dist/
Dacorn.mjs265 var hasOwnProperty = ref.hasOwnProperty; variable
/third_party/node/tools/lint-md/
Dlint-md.mjs21 return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x; method in x.__esModule
823 const hasOwnProperty = {}.hasOwnProperty; constant
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …rguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[… method in attribs
/third_party/typescript/tests/lib/
Dlib.d.ts124 hasOwnProperty(v: string): boolean; method