#include <Nodes.h>
◆ StatementNode()
◆ emitBytecode()
◆ isBlock()
| virtual bool JSC::StatementNode::isBlock |
( |
| ) |
const |
|
inlinevirtual |
◆ isBreak()
| virtual bool JSC::StatementNode::isBreak |
( |
| ) |
const |
|
inlinevirtual |
◆ isContinue()
| virtual bool JSC::StatementNode::isContinue |
( |
| ) |
const |
|
inlinevirtual |
◆ isDebuggerStatement()
| virtual bool JSC::StatementNode::isDebuggerStatement |
( |
| ) |
const |
|
inlinevirtual |
◆ isEmptyStatement()
| virtual bool JSC::StatementNode::isEmptyStatement |
( |
| ) |
const |
|
inlinevirtual |
◆ isExprStatement()
| virtual bool JSC::StatementNode::isExprStatement |
( |
| ) |
const |
|
inlinevirtual |
◆ isForOfNode()
| virtual bool JSC::StatementNode::isForOfNode |
( |
| ) |
const |
|
inlinevirtual |
◆ isFuncDeclNode()
| virtual bool JSC::StatementNode::isFuncDeclNode |
( |
| ) |
const |
|
inlinevirtual |
◆ isFunctionNode()
| virtual bool JSC::StatementNode::isFunctionNode |
( |
| ) |
const |
|
inlinevirtual |
◆ isLabel()
| virtual bool JSC::StatementNode::isLabel |
( |
| ) |
const |
|
inlinevirtual |
◆ isModuleDeclarationNode()
| virtual bool JSC::StatementNode::isModuleDeclarationNode |
( |
| ) |
const |
|
inlinevirtual |
◆ isReturnNode()
| virtual bool JSC::StatementNode::isReturnNode |
( |
| ) |
const |
|
inlinevirtual |
◆ lastLine()
| unsigned JSC::StatementNode::lastLine |
( |
| ) |
const |
|
inline |
◆ next()
◆ setLoc()
| void JSC::StatementNode::setLoc |
( |
unsigned |
firstLine, |
|
|
unsigned |
lastLine, |
|
|
int |
startOffset, |
|
|
int |
lineStartOffset |
|
) |
| |
◆ setNext()
◆ m_lastLine
| int JSC::StatementNode::m_lastLine |
|
protected |
◆ m_next
The documentation for this class was generated from the following files:
- Source/JavaScriptCore/parser/Nodes.h
- DerivedData/WebKit/Build/Products/Debug/JavaScriptCore.framework/Versions/A/PrivateHeaders/NodeConstructors.h
- Source/JavaScriptCore/parser/Nodes.cpp