Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc260 Callable tolength_callable = CodeFactory::ToLength(isolate); in RegExpPrototypeExecBodyWithoutResult() local
262 CallStub(tolength_callable, context, regexp_lastindex)); in RegExpPrototypeExecBodyWithoutResult()
1689 Callable tolength_callable = CodeFactory::ToLength(isolate); in RegExpPrototypeMatchBody() local
1690 last_index = CallStub(tolength_callable, context, last_index); in RegExpPrototypeMatchBody()