Lines Matching defs:destructuringContext
22 #include <typescript/core/destructuringContext.h>
538 auto destructuringContext =
543 destructuringContext.SetInferedType(
544 checker->CreateUnionType({foundVar->TsType(), destructuringContext.InferedType()}));
547 destructuringContext.Start();
548 patternParamType = destructuringContext.InferedType();
555 auto destructuringContext =
560 destructuringContext.SetInferedType(
561 checker->CreateUnionType({foundVar->TsType(), destructuringContext.InferedType()}));
564 destructuringContext.Start();
565 patternParamType = destructuringContext.InferedType();