Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.h45 Node* RegExpPrototypeExecBody(Node* const context, Node* const regexp,
Dbuiltins-regexp.cc352 Node* RegExpBuiltinsAssembler::RegExpPrototypeExecBody(Node* const context, in RegExpPrototypeExecBody() function in v8::internal::RegExpBuiltinsAssembler
531 RegExpPrototypeExecBody(context, receiver, string, true); in TF_BUILTIN()
538 RegExpPrototypeExecBody(context, receiver, string, false); in TF_BUILTIN()
1257 Node* const result = RegExpPrototypeExecBody(context, regexp, string, true); in RegExpExec()
1300 RegExpPrototypeExecBody(context, regexp, string, false); in RegExpExec()
1582 is_fastpath ? RegExpPrototypeExecBody(context, regexp, string, true) in RegExpPrototypeMatchBody()