Home
last modified time | relevance | path

Searched defs:o5 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DspreadUnion.ts49 let o5: { a: number } | { b: string } | { a: number, b: string }; variable
56 let o5 = { ...union, ...union }; variable
DpropertyAccessChain.ts54 declare const o5: { b?(): { c: { d?: { e: string } } } }; constant
DelementAccessChain.ts71 declare const o5: { b?(): { c: { d?: { e: string } } } }; constant
DescapedReservedCompilerNamedIdentifier.ts111 let o5 = { variable
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddebug_info_test.js23 let func3 = (o1, o2, o3, o4, o5) => { }; argument