Searched refs:NegateNode (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h419 inline NegateNode::NegateNode(JSGlobalData* globalData, ExpressionNode* expr) function in class:JSC::NegateNode
H A DNodes.h789 class NegateNode : public UnaryOpNode { class in namespace:JSC
791 NegateNode(JSGlobalData*, ExpressionNode*);
H A DASTBuilder.h675 return new (m_globalData) NegateNode(m_globalData, n);

Completed in 65 milliseconds