HomeSort by relevance Sort by last modified time
    Searched refs:UnaryOpNode (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/parser/
NodeConstructors.h 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)
    [all...]
Nodes.h 764 class UnaryOpNode : public ExpressionNode {
766 UnaryOpNode(JSGlobalData*, ResultType, ExpressionNode*, OpcodeID);
781 class UnaryPlusNode : public UnaryOpNode {
789 class NegateNode : public UnaryOpNode {
794 class BitwiseNotNode : public UnaryOpNode {
799 class LogicalNotNode : public UnaryOpNode {
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
NodesCodegen.cpp     [all...]

Completed in 48 milliseconds