Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc677 Label call_tolength(this, Label::kDeferred), is_smi(this), next(this); in RegExpPrototypeExecBodyWithoutResult() local
678 Branch(TaggedIsPositiveSmi(regexp_lastindex), &is_smi, &call_tolength); in RegExpPrototypeExecBodyWithoutResult()
680 BIND(&call_tolength); in RegExpPrototypeExecBodyWithoutResult()