| /third_party/typescript/tests/baselines/reference/ |
| D | intrinsics.js | 2 var hasOwnProperty: hasOwnProperty; // Error variable 18 var hasOwnProperty; // Error variable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | typeGuardNarrowByUntypedField.ts | 2 declare function hasOwnProperty<P extends PropertyKey>(target: {}, property: P): target is { readon… function
|
| D | indexer2A.ts | 4 hasOwnProperty(objectId: number): boolean method in IDirectChildrenMap
|
| D | typeGuardNarrowByMutableUntypedField.ts | 2 declare function hasOwnProperty<P extends PropertyKey>(target: {}, property: P): target is { [K in … function
|
| D | indexer2.ts | 3 hasOwnProperty(objectId: number) : boolean; method
|
| D | intrinsics.ts | 3 var hasOwnProperty: hasOwnProperty; // Error variable
|
| D | unspecializedConstraints.ts | 116 var hasOwnProperty = Object.prototype.hasOwnProperty; variable
|
| /third_party/node/deps/npm/node_modules/cssesc/ |
| D | cssesc.js | 5 var hasOwnProperty = object.hasOwnProperty; variable
|
| /third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
| D | add-rm-pkg-deps.js | 102 return pkg[depType] && Object.prototype.hasOwnProperty.call(pkg[depType], name) method in pkg
|
| /third_party/node/test/parallel/ |
| D | test-whatwg-url-custom-searchparams-constructor.js | 41 params = new URLSearchParams({ hasOwnProperty: 1 }); property
|
| D | test-querystring.js | 70 { hasOwnProperty: 'x', property
|
| D | test-util-inspect.js | 927 util.inspect({ hasOwnProperty: null }); property
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource4.ts | 13 public hasOwnProperty = undefined; property in BlockIntrinsics
|
| /third_party/node/deps/npm/node_modules/cacache/lib/ |
| D | verify.js | 19 const hasOwnProperty = (obj, key) => function
|
| /third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
| D | entry.js | 12 const hasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop) function
|
| /third_party/node/deps/npm/node_modules/@npmcli/config/lib/ |
| D | index.js | 28 const hasOwnProperty = (obj, key) => function
|
| /third_party/typescript/tests/cases/conformance/decorators/ |
| D | 1.0lib-noErrors.ts | 113 hasOwnProperty(v: string): boolean; method
|
| /third_party/typescript/src/compiler/ |
| D | core.ts | 1224 const hasOwnProperty = Object.prototype.hasOwnProperty; constant
|
| /third_party/typescript/lib/ |
| D | lib.es5.d.ts | 139 hasOwnProperty(v: PropertyKey): boolean; method
|
| /third_party/typescript/src/lib/ |
| D | es5.d.ts | 119 hasOwnProperty(v: PropertyKey): boolean; method
|
| /third_party/node/deps/acorn/acorn/dist/ |
| D | acorn.mjs | 265 var hasOwnProperty = ref.hasOwnProperty; variable
|
| /third_party/node/tools/lint-md/ |
| D | lint-md.mjs | 21 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/ |
| D | asciidoctor-chunker.js | 4 …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/ |
| D | lib.d.ts | 124 hasOwnProperty(v: string): boolean; method
|