| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | spreadIntersection.ts | 36 let o2: { a: number, b: string, c: boolean }; variable 42 let o2 = { ...intersection, c: false }; variable
|
| D | elementAccessChain.2.ts | 30 declare const o2: undefined | { b: { c: string } }; constant
|
| D | propertyAccessChain.2.ts | 28 declare const o2: undefined | { b: { c: string } }; constant
|
| D | typeofUsedBeforeBlockScoped.ts | 26 let o2: typeof o; variable
|
| D | genericIsNeverEmptyObject.ts | 44 let o2: { b: string, x: number } = test(o1); variable
|
| D | objectSpreadComputedProperty.ts | 43 const o2 = { ...{}, [a]: n }; constant
|
| D | elementAccessChain.ts | 30 declare const o2: undefined | { b: { c: string } }; constant
|
| D | propertyAccessChain.ts | 28 declare const o2: undefined | { b: { c: string } }; constant
|
| D | classAppearsToHaveMembersOfObject.ts | 41 let o2: {} = c; variable
|
| D | infinitelyExpandingTypes3.ts | 38 let o2: OwnerList2<number>; variable
|
| D | trailingCommasES3.ts | 29 let o2 = { a: 1, b: 2, }; variable
|
| D | trailingCommasES5.ts | 29 let o2 = { a: 1, b: 2, }; variable
|
| D | objectSpread.ts | 35 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
|
| D | escapedReservedCompilerNamedIdentifier.ts | 61 let o2 = { variable
|
| D | isomorphicMappedTypeInference.ts | 549 const o2: { foo: any; bar: any } = getProps(myAny, ['foo', 'bar']); constant
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | callee_info_test.js | 20 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
|
| D | debug_info_test.js | 17 function func1(o1, o2) { argument 23 let func3 = (o1, o2, o3, o4, o5) => { }; argument 25 function foo(o1, o2) { argument
|
| D | graph_test.js | 32 function foo(o1, o2) { argument 48 function func2(o1, o2) { argument
|
| D | define_info_test.js | 22 function func2(o1, o2) { argument 45 func9(o1, o2, o3) { } argument 59 func15(o1, o2) { } argument
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/dynamicNames/ |
| D | main.ts | 349 export const o2: T0 = o1; constant
|