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

Unified Diff: sdk/lib/_internal/compiler/implementation/js_backend/constant_system_javascript.dart

Issue 11861007: Move indexSet and unary operators to the new interceptor mechanism. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
Index: sdk/lib/_internal/compiler/implementation/js_backend/constant_system_javascript.dart
===================================================================
--- sdk/lib/_internal/compiler/implementation/js_backend/constant_system_javascript.dart (revision 17016)
+++ sdk/lib/_internal/compiler/implementation/js_backend/constant_system_javascript.dart (working copy)
@@ -141,7 +141,7 @@
* Constant system following the semantics for Dart code that has been
* compiled to JavaScript.
*/
-class JavaScriptConstantSystem implements ConstantSystem {
+class JavaScriptConstantSystem extends ConstantSystem {
const int BITS31 = 0x8FFFFFFF;
const int BITS32 = 0xFFFFFFFF;
// The maximum integer value a double can represent without losing

Powered by Google App Engine
This is Rietveld 408576698