Lines Matching defs:nextContext
131 ArrayDestructuringContext nextContext = ArrayDestructuringContext(
133 nextContext.SetInferredType(inferredType);
134 nextContext.Start();
199 ObjectDestructuringContext nextContext = ObjectDestructuringContext(
201 nextContext.SetInferredType(inferredType);
202 nextContext.Start();
399 ArrayDestructuringContext nextContext = ArrayDestructuringContext(
401 nextContext.SetInferredType(inferredRestType);
402 nextContext.Start();
407 ObjectDestructuringContext nextContext =
409 nextContext.SetInferredType(inferredRestType);
410 nextContext.Start();
469 ArrayDestructuringContext nextContext =
471 nextContext.SetInferredType(nextInferredType);
472 nextContext.Start();
476 ObjectDestructuringContext nextContext =
478 nextContext.SetInferredType(nextInferredType);
479 nextContext.Start();
688 ArrayDestructuringContext nextContext =
691 nextContext.SetInferredType(nextInferredType);
692 nextContext.Start();
697 ObjectDestructuringContext nextContext =
700 nextContext.SetInferredType(nextInferredType);
701 nextContext.Start();