Home
last modified time | relevance | path

Searched defs:Origin (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DClassAndModuleThatMergeWithStaticFunctionAndNonExportedFunctionThatShareAName.ts39 function Origin() { function
49 static Origin(): Point { method in Point
64 function Origin() { function
DClassAndModuleThatMergeWithStaticVariableAndNonExportedVarThatShareAName.ts29 let Origin = ""; // not an error, since not exported variable
37 static Origin: Point = { x: 0, y: 0 }; property in Point
41 let Origin = ""; // not an error since not exported variable
DnonInstantiatedModule.ts51 export function Origin(): Point { function
DinstantiatedModule.ts66 static Origin(): Point { method in Point