Searched defs:two (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | thisInGenericStaticMembers.ts | 47 static two(source: B): B { method in B
|
| D | contextualReturnTypeOfIIFE.ts | 50 const obj: { foo: [one: number, two: string] } = { constant
|
| D | destructuringParameterDeclaration7ES5.ts | 33 function two([], [a, b, c]: number[]) {} function
|
| D | destructuringParameterDeclaration7ES5iterable.ts | 33 function two([], [a, b, c]: number[]) {} function
|
| D | assignmentCompatability7.ts | 26 …export interface interfaceWithPublicAndOptional<T,U> { one: T; two?: U; }; let obj4: interfaceWit… property
|
| D | assignmentCompatability10.ts | 26 …export class classWithPublicAndOptional<T,U> { constructor(public one: T, public two?: U) {} } l… property in classWithPublicAndOptional
|
| /arkcompiler/ets_runtime/test/moduletest/multiargs/ |
| D | multiargs.js | 36 function two(x,y) function
|