Searched refs:replace_callable (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp.cc | 1634 compiler::Node* subject_string, compiler::Node* replace_callable) { in ReplaceGlobalCallableFastPath() argument 1772 a->CallJS(call_callable, context, replace_callable, undefined, elem, in ReplaceGlobalCallableFastPath() 1806 replace_callable, mode](CodeStubAssembler* a, Node* index) { in ReplaceGlobalCallableFastPath() 1825 replace_callable, undefined, elem); in ReplaceGlobalCallableFastPath() 2036 Node* const replace_callable = replace_value; in Generate_RegExpPrototypeReplace() local 2046 a, context, regexp, string, replace_callable); in Generate_RegExpPrototypeReplace() 2054 context, string, regexp, replace_callable); in Generate_RegExpPrototypeReplace()
|