Searched refs:RegExpSplitFast (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.h | 142 static JSTaggedValue RegExpSplitFast(JSThread *thread, const JSHandle<JSTaggedValue> ®exp,
|
| D | builtins_regexp.cpp | 1318 return RegExpSplitFast(thread, thisObj, stringHandle, MAX_SPLIT_LIMIT, useCache); in Split() 1322 … return RegExpSplitFast(thread, thisObj, stringHandle, static_cast<uint32_t>(lim), useCache); in Split() 1545 JSTaggedValue BuiltinsRegExp::RegExpSplitFast(JSThread *thread, const JSHandle<JSTaggedValue> ®e… in RegExpSplitFast() function in panda::ecmascript::builtins::BuiltinsRegExp
|