Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc1149 Handle<Object> replacement_obj; in StringReplaceNonGlobalRegExpWithFunction() local
1151 isolate, replacement_obj, in StringReplaceNonGlobalRegExpWithFunction()
1158 isolate, replacement, Object::ToString(isolate, replacement_obj), String); in StringReplaceNonGlobalRegExpWithFunction()
1668 Handle<Object> replacement_obj; in RUNTIME_FUNCTION() local
1670 isolate, replacement_obj, in RUNTIME_FUNCTION()
1675 isolate, replacement, Object::ToString(isolate, replacement_obj)); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-regexp.cc2339 Node* const replacement_obj = in ReplaceGlobalCallableFastPath() local
2343 Node* const replacement_str = ToString(context, replacement_obj); in ReplaceGlobalCallableFastPath()
2387 Node* const replacement_obj = in ReplaceGlobalCallableFastPath() local
2394 Node* const replacement_str = ToString(context, replacement_obj); in ReplaceGlobalCallableFastPath()