| /third_party/jerryscript/tests/jerry/ |
| D | array-prototype-some.js | 40 var obj = { some : Array.prototype.some }; property 52 var obj = { some : Array.prototype.some, length : 1}; property
|
| D | regression-test-issue-786.js | 38 try { Array.prototype.some(Date.prototype.getDay) } catch (err) { } method in Array
|
| /third_party/node/deps/npm/test/lib/utils/ |
| D | display.js | 60 display.log('warn', 'ERESOLVE', 'hello', { some: 'object' }) property 62 t.match(explains, [[{ some: 'object' }, null, 2]]) property 83 display.log('warn', 'ERESOLVE', 'hello', { some: 'object' }) property
|
| D | timers.js | 77 timers.writeFile({ some: 'data' }) property 80 metadata: { some: 'data' }, property
|
| D | otplease.js | 61 otp: { some: 'prop' }, property 68 t.strictSame(result, { some: 'prop', otp: '1234' }) property
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource4.ts | 29 some(fn: (k: string, v, c) => boolean, context): boolean; method 88 public some(fn: (k: string, v, c) => boolean, context) { method in StringHashTable 154 public some(fn: (k: string, v, c) => boolean, context) { method in DualStringHashTable
|
| /third_party/skia/src/utils/mac/ |
| D | SkCTFont.h | 24 some, // SmoothFonts produces some effect, but not subpixel coverage. enumerator
|
| /third_party/typescript/tests/cases/compiler/ |
| D | unaryPlus.ts | 4 enum E { some, thing }; enumerator
|
| D | underscoreTest1.ts | 105 some(iterator?: Iterator_<T, boolean>, context?: any): boolean; method 188 some(iterator?: Iterator_<T, boolean>, context?: any): boolean; method 264 some(iterator?: Iterator_<T, boolean>, context?: any): ChainedObject<boolean>; method 355 some(iterator?: Iterator_<T, boolean>, context?: any): ChainedObject<boolean>; method 455 some<T>(list: T[], iterator?: Iterator_<T, boolean>, context?: any): boolean; method 456 some<T>(list: Dictionary<T>, iterator?: Iterator_<T, boolean>, context?: any): boolean; method
|
| D | complexRecursiveCollections.ts | 507 some(predicate: (value: V, key: K, iter: this) => boolean, context?: any): boolean; method
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | typeGuardsAsAssertions.ts | 10 export interface Some<a> { readonly some: a; } property
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeGuardsAsAssertions.js | 140 function someFrom(some) { argument
|
| D | parserRealSource4.js | 369 StringHashTable.prototype.some = function (fn, context) { method in StringHashTable 428 DualStringHashTable.prototype.some = function (fn, context) { method in DualStringHashTable
|
| /third_party/node/lib/internal/streams/ |
| D | operators.js | 238 async function some(fn, options = undefined) { function 455 some, property
|
| /third_party/node/benchmark/url/ |
| D | whatwg-url-idna.js | 14 some: { property
|
| /third_party/typescript/src/lib/ |
| D | es2020.bigint.d.ts | 337 …some(predicate: (value: bigint, index: number, array: BigInt64Array) => boolean, thisArg?: any): b… method 609 …some(predicate: (value: bigint, index: number, array: BigUint64Array) => boolean, thisArg?: any): … method
|
| D | es5.d.ts | 1218 …some(predicate: (value: T, index: number, array: readonly T[]) => unknown, thisArg?: any): boolean; method 1409 some(predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any): boolean; method 2034 …some(predicate: (value: number, index: number, array: Int8Array) => unknown, thisArg?: any): boole… method 2316 …some(predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any): bool… method 2598 …some(predicate: (value: number, index: number, array: Uint8ClampedArray) => unknown, thisArg?: any… method 2878 …some(predicate: (value: number, index: number, array: Int16Array) => unknown, thisArg?: any): bool… method 3161 …some(predicate: (value: number, index: number, array: Uint16Array) => unknown, thisArg?: any): boo… method 3443 …some(predicate: (value: number, index: number, array: Int32Array) => unknown, thisArg?: any): bool… method 3724 …some(predicate: (value: number, index: number, array: Uint32Array) => unknown, thisArg?: any): boo… method 4006 …some(predicate: (value: number, index: number, array: Float32Array) => unknown, thisArg?: any): bo… method [all …]
|
| /third_party/typescript/lib/ |
| D | lib.es2020.bigint.d.ts | 357 …some(predicate: (value: bigint, index: number, array: BigInt64Array) => boolean, thisArg?: any): b… method 629 …some(predicate: (value: bigint, index: number, array: BigUint64Array) => boolean, thisArg?: any): … method
|
| D | lib.es5.d.ts | 1238 …some(predicate: (value: T, index: number, array: readonly T[]) => unknown, thisArg?: any): boolean; method 1429 some(predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any): boolean; method 2054 …some(predicate: (value: number, index: number, array: Int8Array) => unknown, thisArg?: any): boole… method 2336 …some(predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any): bool… method 2618 …some(predicate: (value: number, index: number, array: Uint8ClampedArray) => unknown, thisArg?: any… method 2898 …some(predicate: (value: number, index: number, array: Int16Array) => unknown, thisArg?: any): bool… method 3181 …some(predicate: (value: number, index: number, array: Uint16Array) => unknown, thisArg?: any): boo… method 3463 …some(predicate: (value: number, index: number, array: Int32Array) => unknown, thisArg?: any): bool… method 3744 …some(predicate: (value: number, index: number, array: Uint32Array) => unknown, thisArg?: any): boo… method 4026 …some(predicate: (value: number, index: number, array: Float32Array) => unknown, thisArg?: any): bo… method [all …]
|
| /third_party/node/deps/npm/node_modules/minipass-sized/test/ |
| D | basic.js | 48 mps.write({some:'object'}) property
|
| /third_party/rust/crates/clap/src/ |
| D | macros.rs | 667 macro_rules! some { macro
|
| /third_party/python/Lib/test/test_capi/ |
| D | test_misc.py | 881 def some(): function 892 def some(): function 903 def some(): function
|
| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| D | container.js | 277 _proto.some = function some(callback) { function
|
| /third_party/typescript/tests/cases/conformance/decorators/ |
| D | 1.0lib-noErrors.ts | 818 …some(callbackfn: (value: string, index: number, array: string[]) => boolean, thisArg?: any): boole… method 1079 some(callbackfn: (value: T, index: number, array: T[]) => boolean, thisArg?: any): boolean; method
|
| /third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/ |
| D | structured-clone-battery-of-tests.js | 612 const newProto = { some: 'proto' }; property
|