Home
last modified time | relevance | path

Searched refs:regexp_lastindex (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc668 TNode<Object> regexp_lastindex = in RegExpPrototypeExecBodyWithoutResult() local
673 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()