Searched refs:x15 (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | declarationEmitDestructuringArrayPattern4.ts | 36 let [x15, y15, ...a7] = [1, 2, 3]; 37 AssertType(x15, "number");
|
D | genericsManyTypeParameters.ts | 55 x15: a115, y17: a215, z15: a315, a15: a415, b15: a515, c15: a615, 61 … , a13 , b13 , c13, x14 , y16 , z14 , a14 , b14 , c14, x15 , y17 , z15 , a15 ,… 174 x15 , y17 , z15 , a15 , b15 , c15, 175 AssertType(x15, "a115");
|
D | objectSpread.ts | 795 let x15 = { ...t, ...v }; 796 AssertType(x15, "union");
|
D | generatedContextualTyping.ts | 142 class x15 { member: () => Base[] = function named() {
|
/arkcompiler/ets_frontend/es2panda/test/bytecode/js/destructuring/ |
D | test-array-pattern-iterator-close-expected.txt | 102 eq 0x15, v16
|
/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/ |
D | dictionary_mode.ts | 36 x15: number; property in C
|