Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts343 x322: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts2634 function x322(n: () => Base[]) { }; x322(function() { function
2635 AssertType(x322(function() { return [d1, d2] }), "void");
2636 AssertType(x322, "(() => Base[]) => void");