Home
last modified time | relevance | path

Searched defs:o2 (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DspreadIntersection.ts36 let o2: { a: number, b: string, c: boolean }; variable
42 let o2 = { ...intersection, c: false }; variable
DelementAccessChain.2.ts30 declare const o2: undefined | { b: { c: string } }; constant
DpropertyAccessChain.2.ts28 declare const o2: undefined | { b: { c: string } }; constant
DtypeofUsedBeforeBlockScoped.ts26 let o2: typeof o; variable
DgenericIsNeverEmptyObject.ts44 let o2: { b: string, x: number } = test(o1); variable
DobjectSpreadComputedProperty.ts43 const o2 = { ...{}, [a]: n }; constant
DelementAccessChain.ts30 declare const o2: undefined | { b: { c: string } }; constant
DpropertyAccessChain.ts28 declare const o2: undefined | { b: { c: string } }; constant
DclassAppearsToHaveMembersOfObject.ts41 let o2: {} = c; variable
DinfinitelyExpandingTypes3.ts38 let o2: OwnerList2<number>; variable
DtrailingCommasES3.ts29 let o2 = { a: 1, b: 2, }; variable
DtrailingCommasES5.ts29 let o2 = { a: 1, b: 2, }; variable
DobjectSpread.ts35 let o2 = { b: 'yes', c: true variable
310 let o2 = { ...b && { x: 21 } variable
364 let o2 = { ...nt && { x: nt } variable
418 let o2 = { ...st && { x: st } variable
DescapedReservedCompilerNamedIdentifier.ts61 let o2 = { variable
DisomorphicMappedTypeInference.ts549 const o2: { foo: any; bar: any } = 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
59 func15(o1, o2) { } argument
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/dynamicNames/
Dmain.ts349 export const o2: T0 = o1; constant