Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc604 V8_WARN_UNUSED_RESULT static Object* StringReplaceGlobalRegExpWithString( in StringReplaceGlobalRegExpWithString() function
812 return StringReplaceGlobalRegExpWithString(isolate, subject, regexp, in StringReplaceGlobalRegExpWithStringHelper()
1388 Object* result = StringReplaceGlobalRegExpWithString( in RegExpReplace()