Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp457 if (thread_->GetCurrentEcmaContext()->GetRegExpParserCache() != nullptr) { in ProcessReferences()
458 thread_->GetCurrentEcmaContext()->GetRegExpParserCache()->Clear(); in ProcessReferences()
Decma_context.h187 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.cpp2295 RegExpParserCache *regExpParserCache = thread->GetCurrentEcmaContext()->GetRegExpParserCache(); in RegExpInitialize()