Searched refs:regexp_lastindex (Results 1 – 1 of 1) sorted by relevance
668 TNode<Object> regexp_lastindex = in RegExpPrototypeExecBodyWithoutResult() local673 CSA_ASSERT(this, TaggedIsPositiveSmi(regexp_lastindex)); in RegExpPrototypeExecBodyWithoutResult()674 var_lastindex = CAST(regexp_lastindex); in RegExpPrototypeExecBodyWithoutResult()678 Branch(TaggedIsPositiveSmi(regexp_lastindex), &is_smi, &call_tolength); in RegExpPrototypeExecBodyWithoutResult()681 var_lastindex = ToLength_Inline(context, regexp_lastindex); in RegExpPrototypeExecBodyWithoutResult()685 var_lastindex = CAST(regexp_lastindex); in RegExpPrototypeExecBodyWithoutResult()