Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem.h86 static constexpr size_t MAX_REGEXP_CACHE_SIZE = 8_KB; member
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp1090 regExpCache_ = nativeAreaAllocator_->AllocateArea(MAX_REGEXP_CACHE_SIZE); in GetOrCreateRegExpCache()

Completed in 3 milliseconds