Lines Matching refs:Start
58 checker_->ThrowTypeError({"Cannot find name '", ident->Name(), "'."}, ident->Start());
65 checker_->ThrowAssignmentError(defaultType, variable->TsType(), ident->Start());
69 checker_->ThrowAssignmentError(inferredType, variable->TsType(), ident->Start());
122 objPattern->Start());
134 nextContext.Start();
142 checker_->ThrowAssignmentError(defaultType, inferredType, assignmentPattern->Left()->Start());
146 assignmentPattern->Start());
202 nextContext.Start();
211 id_->Start());
219 id_->Start());
255 id_->Start());
284 id_->Start());
386 Type *inferredRestType = GetRestType(rest->Start());
394 SetInferredTypeForVariable(rest->Argument()->AsIdentifier()->Variable(), inferredRestType, rest->Start());
402 nextContext.Start();
410 nextContext.Start();
465 SetInferredTypeForVariable(element->AsIdentifier()->Variable(), nextInferredType, element->Start());
472 nextContext.Start();
479 nextContext.Start();
495 void ArrayDestructuringContext::Start()
543 Type *inferredRestType = GetRestType(rest->Start());
551 SetInferredTypeForVariable(rest->Argument()->AsIdentifier()->Variable(), inferredRestType, rest->Start());
647 id_->Start());
653 void ObjectDestructuringContext::Start()
683 it->Start());
692 nextContext.Start();
701 nextContext.Start();