Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.h79 TNode<HeapObject> RegExpPrototypeExecBody(TNode<Context> context,
Dbuiltins-regexp-gen.cc771 TNode<HeapObject> RegExpBuiltinsAssembler::RegExpPrototypeExecBody( in RegExpPrototypeExecBody() function in v8::internal::RegExpBuiltinsAssembler
994 Return(RegExpPrototypeExecBody(context, regexp, string, false)); in TF_BUILTIN()
1093 Return(RegExpPrototypeExecBody(context, receiver, string, true)); in TF_BUILTIN()
1858 ? RegExpPrototypeExecBody(CAST(context), CAST(regexp), string, true) in RegExpPrototypeMatchBody()