Home
last modified time | relevance | path

Searched defs:o1 (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DspreadIntersection.ts26 let o1: { a: number, b: string }; variable
31 let o1 = { ...intersection }; variable
DimplicitIndexSignatures.ts79 const o1 = { a: 1, b: 2 }; constant
106 const o1 = { a: "1", b: "2" }; constant
133 const o1 = { a: 1, b: "2" }; constant
160 const o1 = { 0: "0", 1: "1", count: 2 }; constant
DgenericIsNeverEmptyObject.ts36 let o1 = { a: 'hello', x: 42 }; variable
DobjectSpreadComputedProperty.ts35 const o1 = { ...{}, [n]: n }; constant
DinfinitelyExpandingTypes3.ts35 let o1: OwnerList<number>; variable
DobjectLiteralIndexers.ts38 let o1: { [s: string]: A;[n: number]: B; } = { x: a, 0: b }; // string indexer is A, number indexer… variable
DmodularizeLibrary_TargetES6UsingES6Lib.ts133 const o1 = { constant
DescapedReservedCompilerNamedIdentifier.ts41 let o1 = { variable
DisomorphicMappedTypeInference.ts540 const o1 = getProps(myAny, ['foo', 'bar']); constant
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dcallee_info_test.js20 function func1(o1, o2) { } argument
23 function foo(o1, o2) { argument
43 function foo1(o1, o2, o3) { argument
86 function func6(o1, o2) { argument
112 function func10(o1, o2) { argument
Ddebug_info_test.js17 function func1(o1, o2) { argument
23 let func3 = (o1, o2, o3, o4, o5) => { }; argument
25 function foo(o1, o2) { argument
Dgraph_test.js32 function foo(o1, o2) { argument
48 function func2(o1, o2) { argument
Ddefine_info_test.js22 function func2(o1, o2) { argument
45 func9(o1, o2, o3) { } argument
56 func12(o1) { } argument
59 func15(o1, o2) { } argument
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/dynamicNames/
Dmain.ts309 export const o1 = { constant