Searched refs:RegExpPrototypeExecBody (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp-gen.h | 79 TNode<HeapObject> RegExpPrototypeExecBody(TNode<Context> context,
|
D | builtins-regexp-gen.cc | 771 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()
|