Searched defs:nested (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | intersectionTypeMembers.ts | 87 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
|
| D | destructuringTypeGuardFlow.ts | 45 const { bar, baz, nested: {a, b: text} } = aFoo; constant 89 const { bar, baz, nested: {a, b: text} } = bBar.elem2; constant
|
| D | contextuallyTypedBindingInitializer.ts | 29 nested: Show property
|
| D | newOperatorConformance.ts | 121 let nested = new (new (new nestedCtor())())(); variable
|
| D | objectSpread.ts | 105 let nested: { a: number, b: boolean, c: string } = variable
|