|
ReactOS 0.4.16-dev-1946-g52006dd
|
Public Attributes | |
| size_t | sz |
| jsbytecode * | backtrack_pc |
| jsbytecode | backtrack_op |
| const WCHAR * | cp |
| size_t | parenIndex |
| size_t | parenCount |
| size_t | saveStateStackTop |
| jsbytecode REBackTrackData::backtrack_op |
Definition at line 222 of file regexp.c.
Referenced by ExecuteREBytecode().
| jsbytecode * REBackTrackData::backtrack_pc |
Definition at line 221 of file regexp.c.
Referenced by ExecuteREBytecode().
Definition at line 223 of file regexp.c.
Referenced by ExecuteREBytecode().
| size_t REBackTrackData::parenCount |
Definition at line 225 of file regexp.c.
Referenced by ExecuteREBytecode().
| size_t REBackTrackData::parenIndex |
Definition at line 224 of file regexp.c.
Referenced by ExecuteREBytecode().
| size_t REBackTrackData::saveStateStackTop |
Definition at line 226 of file regexp.c.
Referenced by ExecuteREBytecode().
| size_t REBackTrackData::sz |
Definition at line 220 of file regexp.c.
Referenced by ExecuteREBytecode().