Home
last modified time | relevance | path

Searched defs:one (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DthisInGenericStaticMembers.ts42 static one(source: B, value: number): B { method in B
DdestructuringParameterDeclaration7ES5.ts31 function one([], {}) {} function
DassignmentCompatability5.ts26 …export interface interfaceOne<T> { one: T; }; let obj1: interface… property
DdestructuringParameterDeclaration7ES5iterable.ts31 function one([], {}) {} function
DassignmentCompatability6.ts26 …export interface interfaceWithOptional<T> { one?: T; }; let obj3: interface… property
DassignmentCompatability7.ts26 …export interface interfaceWithPublicAndOptional<T,U> { one: T; two?: U; }; let obj4: interfaceWit… property
DassignmentCompatability8.ts26 …export class classWithPublic<T> { constructor(public one: T) {} } … property in classWithPublic
DassignmentCompatability9.ts26 …export class classWithOptional<T> { constructor(public one?: T) {} } … property in classWithOptional
DassignmentCompatability10.ts26 …export class classWithPublicAndOptional<T,U> { constructor(public one: T, public two?: U) {} } l… property in classWithPublicAndOptional
DconstIndexedAccess.ts79 let s3 = test[numbersNotConst.zero];
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/destructuredDeclarationEmit/
Dindex.ts38 const [ , one, , [, bee, , [, {sec} ]]] = arr; constant
/arkcompiler/ets_runtime/test/moduletest/multiargs/
Dmultiargs.js31 function one(x) function