Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: runtime/vm/parser.h

Issue 11199002: Remove built-in identifier 'negate' from VM (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/parser.h
===================================================================
--- runtime/vm/parser.h (revision 13693)
+++ runtime/vm/parser.h (working copy)
@@ -20,7 +20,7 @@
class TokenStream;
struct TopLevel;
-struct ClassDesc;
+class ClassDesc;
struct MemberDesc;
struct ParamList;
struct QualIdent;
@@ -544,9 +544,6 @@
static bool IsAssignableExpr(AstNode* expr);
- static bool IsPrefixOperator(Token::Kind token);
- static bool IsIncrementOperator(Token::Kind token);
-
static SequenceNode* NodeAsSequenceNode(intptr_t sequence_pos,
AstNode* node,
LocalScope* scope);
@@ -561,7 +558,7 @@
AstNode* ThrowNoSuchMethodError(intptr_t call_pos, const String& name);
void CheckFunctionIsCallable(intptr_t token_pos, const Function& function);
- void CheckOperatorArity(const MemberDesc& member, Token::Kind operator_token);
+ void CheckOperatorArity(const MemberDesc& member);
const LocalVariable* GetIncrementTempLocal();
void EnsureExpressionTemp();
« no previous file with comments | « runtime/vm/intermediate_language.h ('k') | runtime/vm/parser.cc » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698