ReactOS 0.4.16-dev-732-g2d1144a
|
Public Attributes | |
jsbytecode * | altHead |
jsbytecode * | nextAltFixup |
jsbytecode * | nextTermFixup |
jsbytecode * | endTermFixup |
RENode * | continueNode |
jsbytecode | continueOp |
JSPackedBool | jumpToJumpFlag |
jsbytecode * EmitStateStackEntry::altHead |
Definition at line 317 of file regexp.c.
Referenced by EmitREBytecode().
RENode * EmitStateStackEntry::continueNode |
Definition at line 321 of file regexp.c.
Referenced by EmitREBytecode().
jsbytecode EmitStateStackEntry::continueOp |
Definition at line 322 of file regexp.c.
Referenced by EmitREBytecode().
jsbytecode * EmitStateStackEntry::endTermFixup |
Definition at line 320 of file regexp.c.
Referenced by EmitREBytecode().
JSPackedBool EmitStateStackEntry::jumpToJumpFlag |
Definition at line 323 of file regexp.c.
Referenced by EmitREBytecode().
jsbytecode * EmitStateStackEntry::nextAltFixup |
Definition at line 318 of file regexp.c.
Referenced by EmitREBytecode().
jsbytecode * EmitStateStackEntry::nextTermFixup |
Definition at line 319 of file regexp.c.
Referenced by EmitREBytecode().