#include <Nodes.h>
|
| | 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 | 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 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 &) |
| |
◆ BinaryOpNode() [1/2]
◆ BinaryOpNode() [2/2]
◆ emitBytecodeInConditionContext()
◆ emitStrcat()
◆ lhs()
◆ opcodeID()
| OpcodeID JSC::BinaryOpNode::opcodeID |
( |
| ) |
const |
|
inlineprotected |
◆ rhs()
◆ m_expr1
◆ m_expr2
◆ m_rightHasAssignments
| bool JSC::BinaryOpNode::m_rightHasAssignments |
|
protected |
The documentation for this class was generated from the following files: