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

/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h126 ExpressionType makeNegateNode(ExpressionType) { return UnaryExpr; } function in class:JSC::SyntaxChecker
H A DASTBuilder.h132 ExpressionNode* makeNegateNode(ExpressionNode*);
667 ExpressionNode* ASTBuilder::makeNegateNode(ExpressionNode* n) function in class:JSC::ASTBuilder
H A DJSParser.cpp2132 expr = context.makeNegateNode(expr);

Completed in 54 milliseconds