Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h25 struct CaptureState { struct
41 __extension__ CaptureState *captureResultList_[0]; // NOLINT(modernize-avoid-c-arrays) argument
Dregexp_opcode.cpp21 using CaptureState = RegExpExecutor::CaptureState; typedef