ReactOS 0.4.15-dev-7924-g5949c20
EmitStateStackEntry Struct Reference
Collaboration diagram for EmitStateStackEntry:

Public Attributes

jsbytecodealtHead
 
jsbytecodenextAltFixup
 
jsbytecodenextTermFixup
 
jsbytecodeendTermFixup
 
RENodecontinueNode
 
jsbytecode continueOp
 
JSPackedBool jumpToJumpFlag
 

Detailed Description

Definition at line 316 of file regexp.c.

Member Data Documentation

◆ altHead

jsbytecode * EmitStateStackEntry::altHead

Definition at line 317 of file regexp.c.

Referenced by EmitREBytecode().

◆ continueNode

RENode * EmitStateStackEntry::continueNode

Definition at line 321 of file regexp.c.

Referenced by EmitREBytecode().

◆ continueOp

jsbytecode EmitStateStackEntry::continueOp

Definition at line 322 of file regexp.c.

Referenced by EmitREBytecode().

◆ endTermFixup

jsbytecode * EmitStateStackEntry::endTermFixup

Definition at line 320 of file regexp.c.

Referenced by EmitREBytecode().

◆ jumpToJumpFlag

JSPackedBool EmitStateStackEntry::jumpToJumpFlag

Definition at line 323 of file regexp.c.

Referenced by EmitREBytecode().

◆ nextAltFixup

jsbytecode * EmitStateStackEntry::nextAltFixup

Definition at line 318 of file regexp.c.

Referenced by EmitREBytecode().

◆ nextTermFixup

jsbytecode * EmitStateStackEntry::nextTermFixup

Definition at line 319 of file regexp.c.

Referenced by EmitREBytecode().


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