Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h48 struct RegExpState { struct
49 StateType type = STATE_SPLIT;
50 uint32_t currentPc = 0;
51 uint32_t currentStack = 0;
52 const uint8_t *currentPtr = nullptr;
53 __extension__ CaptureState *captureResultList[0]; // NOLINT(modernize-avoid-c-arrays)
Dregexp_executor.cpp23 using RegExpState = RegExpExecutor::RegExpState; typedef
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h43 struct RegExpState { struct
44 StateType type_ = STATE_SPLIT;
45 uint32_t currentPc_ = 0;
46 const uint8_t *currentPtr_ = nullptr;
Dregexp_executor.cpp19 using RegExpState = RegExpExecutor::RegExpState; typedef