Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts373 x352: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts2969 let x352 = function(n: Array<Base>) { }; x352([d1, d2]); variable
2970 AssertType(x352, "(Array<Base>) => void");
2973 AssertType(x352([d1, d2]), "void");
2974 AssertType(x352, "(Base[]) => void");