Home
last modified time | relevance | path

Searched defs:isFastPath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp59 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, regexp.GetTaggedValue()); in Next() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp159 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in Exec() local
603 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in Match() local
608 const JSHandle<JSTaggedValue> string, bool isFastPath) in RegExpMatch()
751 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in MatchAll() local
756 const JSHandle<EcmaString> string, bool isFastPath) in RegExpMatchAll()
1022 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in ReplaceInternal() local
1359 bool isFastPath = IsFastRegExp(thread, regexp.GetTaggedValue()); in RegExpSearch() local
1428 bool isFastPath) in RegExpSplit()
1649 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in Split() local
1996bool isFastPath, bool useCache, bool isIntermediateResult) in RegExpBuiltinExec()
[all …]
Dbuiltins_string.cpp1027 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, searchTag.GetTaggedValue()); in Replace() local