#include <Nodes.h>
|
| ArrayNode (const JSTokenLocation &, int elision) |
|
| ArrayNode (const JSTokenLocation &, ElementNode *) |
|
| ArrayNode (const JSTokenLocation &, int elision, ElementNode *) |
|
bool | isArrayLiteral () const override |
|
ArgumentListNode * | toArgumentList (ParserArena &, int, int) const |
|
ElementNode * | elements () const |
|
virtual bool | isNumber () const |
|
virtual bool | isString () const |
|
virtual bool | isObjectLiteral () const |
|
virtual bool | isNull () const |
|
virtual bool | isPure (BytecodeGenerator &) const |
|
virtual bool | isConstant () const |
|
virtual bool | isLocation () const |
|
virtual bool | isAssignmentLocation () const |
|
virtual bool | isResolveNode () const |
|
virtual bool | isAssignResolveNode () const |
|
virtual bool | isBracketAccessorNode () const |
|
virtual bool | isDotAccessorNode () const |
|
virtual bool | isDestructuringNode () const |
|
virtual bool | isBaseFuncExprNode () const |
|
virtual bool | isFuncExprNode () const |
|
virtual bool | isArrowFuncExprNode () const |
|
virtual bool | isClassExprNode () const |
|
virtual bool | isCommaNode () const |
|
virtual bool | isAdd () const |
|
virtual bool | isSubtract () const |
|
virtual bool | isBoolean () const |
|
virtual bool | isSpreadExpression () const |
|
virtual bool | isSuperNode () const |
|
virtual bool | isImportNode () const |
|
virtual bool | isNewTarget () const |
|
virtual bool | isBytecodeIntrinsicNode () const |
|
virtual void | emitBytecodeInConditionContext (BytecodeGenerator &, Label &, Label &, FallThroughMode) |
|
virtual ExpressionNode * | stripUnaryPlus () |
|
ResultType | resultDescriptor () 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 &) |
|
◆ ArrayNode() [1/3]
JSC::ArrayNode::ArrayNode |
( |
const JSTokenLocation & |
location, |
|
|
int |
elision |
|
) |
| |
|
inline |
◆ ArrayNode() [2/3]
◆ ArrayNode() [3/3]
◆ elements()
◆ isArrayLiteral()
bool JSC::ArrayNode::isArrayLiteral |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ toArgumentList()
The documentation for this class was generated from the following files: