Searched refs:replace_callable (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp-gen.h | 141 Node* replace_callable);
|
D | builtins-regexp-gen.cc | 2653 Node* context, Node* regexp, Node* string, Node* replace_callable) { in ReplaceGlobalCallableFastPath() argument 2658 CSA_ASSERT(this, IsCallable(replace_callable)); in ReplaceGlobalCallableFastPath() 2779 CallJS(call_callable, context, replace_callable, undefined, elem, in ReplaceGlobalCallableFastPath() 2808 replace_callable](Node* index) { in ReplaceGlobalCallableFastPath() 2828 replace_callable, undefined, elem); in ReplaceGlobalCallableFastPath()
|