Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp158 bool useCache = true; in Exec() local
255 const JSHandle<JSTaggedValue> inputStr, bool useCache) in RegExpTestFast()
610 bool useCache = true; in RegExpMatch() local
842 bool useCache = false; in RegExpReplaceFast() local
1011 bool useCache = true; in ReplaceInternal() local
1430 bool useCache = false; in RegExpSplit() local
1654 … JSHandle<JSTaggedValue> jsString, uint32_t limit, bool useCache) in RegExpSplitFast()
1996 … bool isFastPath, bool useCache, bool isIntermediateResult) in RegExpBuiltinExec()
2143 … bool isFastPath, uint32_t lastIndex, bool useCache) in RegExpBuiltinExecWithoutResult()
2188 const JSHandle<JSTaggedValue> &inputString, bool useCache, in RegExpExec()