Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts268 x247: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts1836 let x247: { n: (s: Base[]) => any; } = { n: n => { let n: Base[]; variable
1837 AssertType(x247, "{ n: (Base[]) => any; }");