Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DintersectionTypeMembers.ts87 nested: { doublyNested: { d: string; }, different: { e: number } }; property
90 nested: { doublyNested: { f: string; }, other: {g: number } }; property
133 nested: { doublyNested: { g: string; } } property
137 nested: { doublyNested: { h: string; } } property
DdestructuringTypeGuardFlow.ts45 const { bar, baz, nested: {a, b: text} } = aFoo; constant
89 const { bar, baz, nested: {a, b: text} } = bBar.elem2; constant
DcontextuallyTypedBindingInitializer.ts29 nested: Show property
DnewOperatorConformance.ts121 let nested = new (new (new nestedCtor())())(); variable
DobjectSpread.ts105 let nested: { a: number, b: boolean, c: string } = variable