ReactOS 0.4.15-dev-7918-g2a2556c
REProgState Struct Reference
Collaboration diagram for REProgState:

Public Attributes

jsbytecodecontinue_pc
 
jsbytecode continue_op
 
ptrdiff_t index
 
size_t parenSoFar
 
union {
   struct {
      UINT   min
 
      UINT   max
 
   }   quantifier
 
   struct {
      size_t   top
 
      size_t   sz
 
   }   assertion
 
u
 
union {
   struct {
      UINT   min
 
      UINT   max
 
   }   quantifier
 
   struct {
      size_t   top
 
      size_t   sz
 
   }   assertion
 
u
 

Detailed Description

Definition at line 202 of file regexp.c.

Member Data Documentation

◆  [1/2]

struct { ... } REProgState::assertion

Referenced by ExecuteREBytecode().

◆  [2/2]

struct { ... } REProgState::assertion

◆ continue_op

jsbytecode REProgState::continue_op

Definition at line 204 of file regexp.c.

Referenced by ExecuteREBytecode().

◆ continue_pc

jsbytecode * REProgState::continue_pc

Definition at line 203 of file regexp.c.

Referenced by ExecuteREBytecode().

◆ index

ptrdiff_t REProgState::index

Definition at line 205 of file regexp.c.

Referenced by ExecuteREBytecode().

◆ max

UINT REProgState::max

Definition at line 210 of file regexp.c.

◆ min

UINT REProgState::min

Definition at line 209 of file regexp.c.

◆ parenSoFar

size_t REProgState::parenSoFar

Definition at line 206 of file regexp.c.

Referenced by ExecuteREBytecode().

◆  [1/2]

struct { ... } REProgState::quantifier

Referenced by ExecuteREBytecode().

◆  [2/2]

struct { ... } REProgState::quantifier

◆ sz

size_t REProgState::sz

Definition at line 214 of file regexp.c.

◆ top

size_t REProgState::top

Definition at line 213 of file regexp.c.

◆  [1/2]

union { ... } REProgState::u

Referenced by ExecuteREBytecode().

◆  [2/2]

union { ... } REProgState::u

The documentation for this struct was generated from the following files: