Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc247 Node* const regexp_lastindex = LoadLastIndex(context, regexp, is_fastpath); in RegExpPrototypeExecBodyWithoutResult() local
248 var_lastindex.Bind(regexp_lastindex); in RegExpPrototypeExecBodyWithoutResult()
252 CSA_ASSERT(this, TaggedIsPositiveSmi(regexp_lastindex)); in RegExpPrototypeExecBodyWithoutResult()
256 Branch(TaggedIsPositiveSmi(regexp_lastindex), &next, &call_tolength); in RegExpPrototypeExecBodyWithoutResult()
262 CallStub(tolength_callable, context, regexp_lastindex)); in RegExpPrototypeExecBodyWithoutResult()