Home
last modified time | relevance | path

Searched defs:RegExpExecutor (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Ddyn_chunk.h147 friend class RegExpExecutor; variable
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
Ddyn_chunk.h155 friend class RegExpExecutor; variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h51 explicit RegExpExecutor(RegExpCachedChunk *chunk) : chunk_(chunk) in RegExpExecutor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp36 using RegExpExecutor = ark::ets::RegExpExecutor; typedef