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

Unified Diff: frog/leg/compiler.dart

Issue 9284022: Operators. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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
« no previous file with comments | « no previous file | frog/leg/elements/elements.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/compiler.dart
===================================================================
--- frog/leg/compiler.dart (revision 3645)
+++ frog/leg/compiler.dart (working copy)
@@ -134,8 +134,10 @@
scanner.scan(currentElement);
// Make our special function a foreign kind.
universe.define(new ForeignElement(const SourceString('JS')), this);
- universe.define(new ForeignElement(const SourceString('UNINTERCEPTED')),
- this);
+ universe.define(new ForeignElement(
+ const SourceString('UNINTERCEPTED')), this);
+ universe.define(new ForeignElement(
+ const SourceString('JS_HAS_EQUALS')), this);
// TODO(ngeoffray): Lazily add this method.
universe.invokedNames[NO_SUCH_METHOD] = new Set<int>.from(<int>[2]);
}
« no previous file with comments | « no previous file | frog/leg/elements/elements.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698