Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1812 uint32_t regexpLength = EcmaStringAccessor(regexpSource).GetLength(); in RegExpExecInternal() local
1813 …if (UNLIKELY(regexpLength > MIN_REGEXP_PATTERN_LENGTH_EXECUTE_WITH_OFFHEAP_STRING && stringLength … in RegExpExecInternal()