Home
last modified time | relevance | path

Searched refs:GetStrLenThreshold (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.h293 inline uint32_t GetStrLenThreshold() in GetStrLenThreshold() function in panda::ecmascript::builtins::RegExpExecResultCache
H A Dbuiltins_regexp.cpp917 return length > cacheTable->GetStrLenThreshold(); in ShouldUseCache()
1068 if (strLength > cacheTable->GetStrLenThreshold()) { in ReplaceInternal()

Completed in 7 milliseconds