Home | History | Annotate | Download | only in builtins

Lines Matching defs:RegExpExec

319     Callable exec_callable = CodeFactory::RegExpExec(isolate);
1242 // ES#sec-regexpexec Runtime Semantics: RegExpExec ( R, S )
1243 Node* RegExpBuiltinsAssembler::RegExpExec(Node* context, Node* regexp,
1344 Node* const match_indices = RegExpExec(context, receiver, string);
1583 : RegExpExec(context, regexp, string);
1598 // Loop preparations. Within the loop, collect results from RegExpExec
1628 Node* const result = RegExpExec(context, regexp, string);
1799 Node* const exec_result = RegExpExec(context, regexp, string);
1915 Callable exec_callable = CodeFactory::RegExpExec(isolate);
1975 Callable exec_callable = CodeFactory::RegExpExec(isolate);
2651 Callable exec_callable = CodeFactory::RegExpExec(isolate());