Searched defs:UnaryOperation (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DUnaryOperation.java19 * $Id: UnaryOperation.java 468655 2006-10-28 07:12:06Z minchau $
32 public abstract class UnaryOperation extends Expression implements ExpressionOwner class in inherits:Expression,ExpressionOwner
156 if(!m_right.deepEquals(((UnaryOperation)expr).m_right))
/external/v8/src/
H A Dast.h109 V(UnaryOperation) \
1697 class UnaryOperation: public Expression { class in namespace:v8::internal
1699 DECLARE_NODE_TYPE(UnaryOperation)
1713 UnaryOperation(Isolate* isolate, function in class:v8::internal::UnaryOperation
2875 UnaryOperation* NewUnaryOperation(Token::Value op,
2878 UnaryOperation* node =
2879 new(zone_) UnaryOperation(isolate_, op, expression, pos);
2880 VISIT_AND_RETURN(UnaryOperation, node)
/external/chromium_org/v8/src/
H A Dast.h114 V(UnaryOperation) \
1846 class UnaryOperation: public Expression { class in namespace:v8::internal
1848 DECLARE_NODE_TYPE(UnaryOperation)
1860 UnaryOperation(Isolate* isolate, function in class:v8::internal::UnaryOperation
3116 UnaryOperation* NewUnaryOperation(Token::Value op,
3119 UnaryOperation* node =
3120 new(zone_) UnaryOperation(isolate_, op, expression, pos);
3121 VISIT_AND_RETURN(UnaryOperation, node)

Completed in 111 milliseconds