|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <BytecodeGenerator.h>
Public Types | |
| enum | { Label, Finally } |
| typedef uint8_t | Type |
Public Member Functions | |
| ControlFlowScope (Type type, int lexicalScopeIndex, FinallyContext &&finallyContext=FinallyContext()) | |
| bool | isLabelScope () const |
| bool | isFinallyScope () const |
Public Attributes | |
| Type | type |
| int | lexicalScopeIndex |
| FinallyContext | finallyContext |
| anonymous enum |
|
inline |
|
inline |
|
inline |
| FinallyContext JSC::ControlFlowScope::finallyContext |
| int JSC::ControlFlowScope::lexicalScopeIndex |
| Type JSC::ControlFlowScope::type |
1.8.13