Home | History | Annotate | Download | only in parser

Lines Matching defs:UnaryOpNode

407     inline UnaryOpNode::UnaryOpNode(JSGlobalData* globalData, ResultType type, ExpressionNode* expr, OpcodeID opcodeID)
415 : UnaryOpNode(globalData, ResultType::numberType(), expr, op_to_jsnumber)
420 : UnaryOpNode(globalData, ResultType::numberTypeCanReuse(), expr, op_negate)
425 : UnaryOpNode(globalData, ResultType::forBitOp(), expr, op_bitnot)
430 : UnaryOpNode(globalData, ResultType::booleanType(), expr, op_not)