Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Ddyn_chunk.h140 friend class RegExpExecutor; variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h52 explicit RegExpExecutor(Chunk *chunk) : chunk_(chunk) in RegExpExecutor() function