#include <Nodes.h>
|
| ForOfNode (const JSTokenLocation &, ExpressionNode *, ExpressionNode *, StatementNode *, VariableEnvironment &) |
|
bool | isForOfNode () const override |
|
| EnumerationNode (const JSTokenLocation &, ExpressionNode *, ExpressionNode *, StatementNode *, VariableEnvironment &) |
|
ExpressionNode * | lexpr () const |
|
ExpressionNode * | expr () const |
|
void | setLoc (unsigned firstLine, unsigned lastLine, int startOffset, int lineStartOffset) |
|
unsigned | lastLine () const |
|
StatementNode * | next () |
|
void | setNext (StatementNode *next) |
|
virtual bool | isEmptyStatement () const |
|
virtual bool | isDebuggerStatement () const |
|
virtual bool | isFunctionNode () const |
|
virtual bool | isReturnNode () const |
|
virtual bool | isExprStatement () const |
|
virtual bool | isBreak () const |
|
virtual bool | isContinue () const |
|
virtual bool | isLabel () const |
|
virtual bool | isBlock () const |
|
virtual bool | isFuncDeclNode () const |
|
virtual bool | isModuleDeclarationNode () const |
|
virtual | ~Node () |
|
int | firstLine () const |
|
int | startOffset () const |
|
int | endOffset () const |
|
int | lineStartOffset () const |
|
const JSTextPosition & | position () const |
|
void | setEndOffset (int offset) |
|
void | setStartOffset (int offset) |
|
bool | needsDebugHook () const |
|
void | setNeedsDebugHook () |
|
void * | operator new (size_t, ParserArena &) |
|
| ThrowableExpressionData () |
|
| ThrowableExpressionData (const JSTextPosition &divot, const JSTextPosition &start, const JSTextPosition &end) |
|
void | setExceptionSourceCode (const JSTextPosition &divot, const JSTextPosition &divotStart, const JSTextPosition &divotEnd) |
|
const JSTextPosition & | divot () const |
|
const JSTextPosition & | divotStart () const |
|
const JSTextPosition & | divotEnd () const |
|
| VariableEnvironmentNode () |
|
| VariableEnvironmentNode (VariableEnvironment &lexicalDeclaredVariables) |
|
| VariableEnvironmentNode (VariableEnvironment &lexicalDeclaredVariables, FunctionStack &&) |
|
VariableEnvironment & | lexicalVariables () |
|
FunctionStack & | functionStack () |
|
virtual | ~ParserArenaDeletable () |
|
void * | operator new (size_t, ParserArena &) |
|
◆ ForOfNode()
◆ isForOfNode()
bool JSC::ForOfNode::isForOfNode |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: