Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h37 struct CaptureState { struct
53 __extension__ CaptureState *captureResultList[0]; // NOLINT(modernize-avoid-c-arrays) argument
Dregexp_opcode.cpp20 using CaptureState = RegExpExecutor::CaptureState; typedef
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h29 struct CaptureState { struct
30 const uint8_t *captureStart;
31 const uint8_t *captureEnd;
Dregexp_opcode.cpp21 using CaptureState = RegExpExecutor::CaptureState; typedef