| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | spreadIntersection.ts | 26 let o1: { a: number, b: string }; variable 31 let o1 = { ...intersection }; variable
|
| D | implicitIndexSignatures.ts | 79 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
|
| D | genericIsNeverEmptyObject.ts | 36 let o1 = { a: 'hello', x: 42 }; variable
|
| D | objectSpreadComputedProperty.ts | 35 const o1 = { ...{}, [n]: n }; constant
|
| D | infinitelyExpandingTypes3.ts | 35 let o1: OwnerList<number>; variable
|
| D | objectLiteralIndexers.ts | 38 let o1: { [s: string]: A;[n: number]: B; } = { x: a, 0: b }; // string indexer is A, number indexer… variable
|
| D | modularizeLibrary_TargetES6UsingES6Lib.ts | 133 const o1 = { constant
|
| D | escapedReservedCompilerNamedIdentifier.ts | 41 let o1 = { variable
|
| D | isomorphicMappedTypeInference.ts | 540 const o1 = 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 56 func12(o1) { } argument 59 func15(o1, o2) { } argument
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/dynamicNames/ |
| D | main.ts | 309 export const o1 = { constant
|