Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h142 static JSTaggedValue RegExpSplitFast(JSThread *thread, const JSHandle<JSTaggedValue> &regexp,
Dbuiltins_regexp.cpp1318 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> &rege… in RegExpSplitFast() function in panda::ecmascript::builtins::BuiltinsRegExp