#include <Nodes.h>
|
| | AddNode (const JSTokenLocation &, ExpressionNode *expr1, ExpressionNode *expr2, bool rightHasAssignments) |
| |
| bool | isAdd () const override |
| |
| | BinaryOpNode (const JSTokenLocation &, ExpressionNode *expr1, ExpressionNode *expr2, OpcodeID, bool rightHasAssignments) |
| |
| | BinaryOpNode (const JSTokenLocation &, ResultType, ExpressionNode *expr1, ExpressionNode *expr2, OpcodeID, bool rightHasAssignments) |
| |
| RegisterID * | emitStrcat (BytecodeGenerator &generator, RegisterID *destination, RegisterID *lhs=0, ReadModifyResolveNode *emitExpressionInfoForMe=0) |
| |
| void | emitBytecodeInConditionContext (BytecodeGenerator &, Label &trueTarget, Label &falseTarget, FallThroughMode) override |
| |
| ExpressionNode * | lhs () |
| |
| ExpressionNode * | rhs () |
| |
| virtual bool | isNumber () const |
| |
| virtual bool | isString () const |
| |
| virtual bool | isObjectLiteral () const |
| |
| virtual bool | isArrayLiteral () 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 | isSimpleArray () 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 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 &) |
| |
◆ AddNode()
◆ isAdd()
| bool JSC::AddNode::isAdd |
( |
| ) |
const |
|
inlineoverridevirtual |
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