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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h373 inline NegateNode::NegateNode(const JSTokenLocation& location, ExpressionNode* expr) function in class:JSC::NegateNode
H A DNodes.h777 class NegateNode : public UnaryOpNode { class in namespace:JSC
779 NegateNode(const JSTokenLocation&, ExpressionNode*);
H A DASTBuilder.h719 return new (m_vm) NegateNode(location, n);

Completed in 163 milliseconds