Home
last modified time | relevance | path

Searched defs:p4 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DjsDeclarationsReusesExistingTypeAnnotations.ts55 get p4() { method in С2
109 get p4() { method in С3
115 set p4(value) { method in С3
154 set p4(value) { method in С4
DthisTypeInObjectLiterals2.ts231 let p4: Point | null | undefined = { variable
DemitArrowFunctionES6.ts94 let p4 = ([, ...a]) => { }; variable
DtypeGuardOfFormInstanceOf.ts37 p4: number; property in C3
DarrowFunctionExpressions.ts103 let p4 = ([, ...a]) => { }; variable