Searched refs:resume_type (Results 1 – 1 of 1) sorted by relevance
124 inline TNode<BoolT> IsAbruptResumeType(SloppyTNode<Smi> const resume_type) { in IsAbruptResumeType() argument125 return SmiNotEqual(resume_type, SmiConstant(JSGeneratorObject::kNext)); in IsAbruptResumeType()436 TNode<Smi> const resume_type = in TF_BUILTIN() local440 Branch(IsAbruptResumeType(resume_type), &if_abrupt, &if_normal); in TF_BUILTIN()452 Branch(SmiEqual(resume_type, SmiConstant(JSGeneratorObject::kReturn)), in TF_BUILTIN()490 generator, JSGeneratorObject::kResumeModeOffset, resume_type); in TF_BUILTIN()