Home
last modified time | relevance | path

Searched refs:x229 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts250 x229: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts1649 let x229: { (): Base[]; }; x229 = function() { variable
1650 AssertType(x229, "() => Base[]");
1651 AssertType(x229 = function() { return [d1, d2] }, "() => (union)[]");
1652 AssertType(x229, "() => Base[]");