Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc255 Label call_tolength(this, Label::kDeferred), next(this); in RegExpPrototypeExecBodyWithoutResult() local
256 Branch(TaggedIsPositiveSmi(regexp_lastindex), &next, &call_tolength); in RegExpPrototypeExecBodyWithoutResult()
258 Bind(&call_tolength); in RegExpPrototypeExecBodyWithoutResult()