webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::FinallyJump Struct Reference

#include <BytecodeGenerator.h>

Public Member Functions

 FinallyJump (CompletionType jumpID, int targetLexicalScopeIndex, Label &targetLabel)
 

Public Attributes

CompletionType jumpID
 
int targetLexicalScopeIndex
 
Ref< LabeltargetLabel
 

Constructor & Destructor Documentation

◆ FinallyJump()

JSC::FinallyJump::FinallyJump ( CompletionType  jumpID,
int  targetLexicalScopeIndex,
Label targetLabel 
)
inline

Member Data Documentation

◆ jumpID

CompletionType JSC::FinallyJump::jumpID

◆ targetLabel

Ref<Label> JSC::FinallyJump::targetLabel

◆ targetLexicalScopeIndex

int JSC::FinallyJump::targetLexicalScopeIndex

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