Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc288 Label if_isoob(this, Label::kDeferred); in RegExpPrototypeExecBodyWithoutResult() local
289 GotoIfNot(TaggedIsSmi(lastindex), &if_isoob); in RegExpPrototypeExecBodyWithoutResult()
291 GotoIfNot(SmiLessThanOrEqual(lastindex, string_length), &if_isoob); in RegExpPrototypeExecBodyWithoutResult()
294 Bind(&if_isoob); in RegExpPrototypeExecBodyWithoutResult()