Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp394 if (thread_->GetCurrentEcmaContext()->GetRegExpParserCache() != nullptr) { in ProcessReferences()
395 thread_->GetCurrentEcmaContext()->GetRegExpParserCache()->Clear(); in ProcessReferences()
Decma_context.h163 RegExpParserCache *GetRegExpParserCache() const in GetRegExpParserCache() function
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp648 RegExpParserCache *regExpParserCache = thread->GetCurrentEcmaContext()->GetRegExpParserCache(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1755 RegExpParserCache *regExpParserCache = thread->GetCurrentEcmaContext()->GetRegExpParserCache(); in RegExpInitialize()