| /third_party/typescript/tests/baselines/reference/ |
| D | checkIndexConstraintOfJavascriptClassExpression.errors.txt | 1 tests/cases/compiler/weird.js(1,1): error TS2552: Cannot find name 'someFunction'. Did you mean 'Fu… 7 someFunction(function(BaseClass) { 9 !!! error TS2552: Cannot find name 'someFunction'. Did you mean 'Function'?
|
| D | checkIndexConstraintOfJavascriptClassExpression.types | 2 someFunction(function(BaseClass) { 3 >someFunction(function(BaseClass) { 'use strict'; const DEFAULT_MESSAGE = "nop!"; class He… 4 >someFunction : any
|
| D | dynamicImportEvaluateSpecifier.symbols | 21 const someFunction = async () => { 22 >someFunction : Symbol(someFunction, Decl(dynamicImportEvaluateSpecifier.ts, 11, 5))
|
| D | dynamicImportEvaluateSpecifier.js | 13 const someFunction = async () => { function 28 const someFunction = async () => {
|
| D | dynamicImportEvaluateSpecifier.types | 31 const someFunction = async () => { 32 >someFunction : () => Promise<void>
|
| D | unusedIdentifiersConsolidated1.symbols | 127 someFunction(s1: string): void; 128 >someFunction : Symbol(usedLocallyInterface2.someFunction, Decl(unusedIdentifiersConsolidated1.ts, …
|
| D | unusedIdentifiersConsolidated1.types | 130 someFunction(s1: string): void; 131 >someFunction : (s1: string) => void
|
| D | controlFlowOptionalChain.js | 565 function someFunction(someOptionalObject: SomeObject | undefined): void { 577 someFunction(someObject); 578 someFunction(undefined); 1074 function someFunction(someOptionalObject) { function 1084 someFunction(someObject); 1085 someFunction(undefined);
|
| D | checkIndexConstraintOfJavascriptClassExpression.symbols | 2 someFunction(function(BaseClass) {
|
| D | unusedIdentifiersConsolidated1.js | 59 someFunction(s1: string): void;
|
| D | controlFlowOptionalChain.types | 1978 function someFunction(someOptionalObject: SomeObject | undefined): void { 1979 >someFunction : (someOptionalObject: SomeObject | undefined) => void 2024 someFunction(someObject); 2025 >someFunction(someObject) : void 2026 >someFunction : (someOptionalObject: SomeObject | undefined) => void 2029 someFunction(undefined); 2030 >someFunction(undefined) : void 2031 >someFunction : (someOptionalObject: SomeObject | undefined) => void
|
| D | unusedIdentifiersConsolidated1.errors.txt | 104 someFunction(s1: string): void;
|
| D | controlFlowOptionalChain.errors.txt | 748 function someFunction(someOptionalObject: SomeObject | undefined): void { 762 someFunction(someObject); 763 someFunction(undefined);
|
| D | controlFlowOptionalChain.symbols | 1754 function someFunction(someOptionalObject: SomeObject | undefined): void { 1755 >someFunction : Symbol(someFunction, Decl(controlFlowOptionalChain.ts, 561, 42)) 1796 someFunction(someObject); 1797 >someFunction : Symbol(someFunction, Decl(controlFlowOptionalChain.ts, 561, 42)) 1800 someFunction(undefined); 1801 >someFunction : Symbol(someFunction, Decl(controlFlowOptionalChain.ts, 561, 42))
|
| /third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/ |
| D | private-variable-prototype-declaration.frag | 5 void someFunction(out AStruct s) { s.foobar = vec4(1.0); } 17 someFunction(inputs);
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
| D | private-variable-prototype-declaration.frag | 19 void someFunction(thread AStruct& s) 34 someFunction(param);
|
| /third_party/jerryscript/tests/jerry/fail/ |
| D | module-015.js | 17 function someFunction() { function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | dynamicImportEvaluateSpecifier.ts | 15 const someFunction = async () => { constant
|
| D | checkIndexConstraintOfJavascriptClassExpression.ts | 7 someFunction(function(BaseClass) {
|
| D | unusedIdentifiersConsolidated1.ts | 61 someFunction(s1: string): void; method
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowOptionalChain.ts | 567 function someFunction(someOptionalObject: SomeObject | undefined): void { function 579 someFunction(someObject); 580 someFunction(undefined);
|
| /third_party/node/tools/doc/ |
| D | README.md | 25 ## module.someFunction(x, y, [z=100])
|
| /third_party/node/doc/contributing/ |
| D | primordials.md | 397 SafePromiseAll(ArrayPrototypeMap(array, someFunction)); 398 SafePromiseAll(array, someFunction); // Same as the above, but more efficient. 544 SafePromiseAll(ArrayPrototypeMap(array, someFunction)); 545 SafePromiseAll(array, someFunction); // Same as the above, but more efficient.
|
| /third_party/node/doc/api/ |
| D | perf_hooks.md | 365 function someFunction() { 369 const wrapped = performance.timerify(someFunction);
|
| D | util.md | 219 const fn1 = util.deprecate(someFunction, someMessage, 'DEP0001');
|