Home
last modified time | relevance | path

Searched defs:o4 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DspreadUnion.ts36 let o4: { a: boolean } | { b: string , a: boolean}; variable
42 let o4 = { ...union, a: false }; variable
DcallChain.ts184 declare const o4: undefined | (<T>(f: (a: T) => T) => T); constant
DpropertyAccessChain.ts44 declare const o4: { b?: { c: { d?: { e: string } } } }; constant
DelementAccessChain.ts56 declare const o4: { b?: { c: { d?: { e: string } } } }; constant
DtrailingCommasES3.ts43 let o4 = {}; variable
DtrailingCommasES5.ts43 let o4 = {}; variable
DescapedReservedCompilerNamedIdentifier.ts96 let o4 = { variable
DuniqueSymbolsDeclarations.ts647 const o4: Context = { constant
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddebug_info_test.js23 let func3 = (o1, o2, o3, o4, o5) => { }; argument