Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_context_test.cpp73 context->SetRegExpCache(value2.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h169 void SetRegExpCache(JSTaggedValue newCache) in SetRegExpCache() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1985 thread->GetCurrentEcmaContext()->SetRegExpCache(newCache.GetTaggedValue()); in GrowRegexpCache()