Home
last modified time | relevance | path

Searched refs:x15 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdeclarationEmitDestructuringArrayPattern4.ts36 let [x15, y15, ...a7] = [1, 2, 3];
37 AssertType(x15, "number");
DgenericsManyTypeParameters.ts55 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");
DobjectSpread.ts795 let x15 = { ...t, ...v };
796 AssertType(x15, "union");
DgeneratedContextualTyping.ts142 class x15 { member: () => Base[] = function named() {
/arkcompiler/ets_frontend/es2panda/test/bytecode/js/destructuring/
Dtest-array-pattern-iterator-close-expected.txt102 eq 0x15, v16
/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts36 x15: number; property in C