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

Unified Diff: runtime/bin/vmservice/observatory/deployed/web/index.html_bootstrap.dart.js

Issue 471283002: Runtime support for evaluation of static field initializer expressions (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 4 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 | runtime/vm/ast.h » ('j') | runtime/vm/compiler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/observatory/deployed/web/index.html_bootstrap.dart.js
===================================================================
--- runtime/bin/vmservice/observatory/deployed/web/index.html_bootstrap.dart.js (revision 39313)
+++ runtime/bin/vmservice/observatory/deployed/web/index.html_bootstrap.dart.js (working copy)
@@ -18333,7 +18333,6 @@
case"kConstructor":return $.kj()
case"kImplicitGetterFunction":return $.d9()
case"kImplicitSetterFunction":return $.AH()
-case"kStaticInitializer":return $.y5()
case"kMethodExtractor":return $.Ot()
case"kNoSuchMethodDispatcher":return $.E7()
case"kInvokeFieldDispatcher":return $.f6()
@@ -22265,7 +22264,6 @@
I.$lazy($,"kConstructor","G8","kj",function(){return new D.ma("constructor")})
I.$lazy($,"kImplicitGetterFunction","xs","d9",function(){return new D.ma("implicit getter function")})
I.$lazy($,"kImplicitSetterFunction","ab","AH",function(){return new D.ma("implicit setter function")})
-I.$lazy($,"kStaticInitializer","Sp","y5",function(){return new D.ma("static initializer")})
I.$lazy($,"kMethodExtractor","Et","Ot",function(){return new D.ma("method extractor")})
I.$lazy($,"kNoSuchMethodDispatcher","Ll","E7",function(){return new D.ma("noSuchMethod dispatcher")})
I.$lazy($,"kInvokeFieldDispatcher","HU","f6",function(){return new D.ma("invoke field dispatcher")})
« no previous file with comments | « no previous file | runtime/vm/ast.h » ('j') | runtime/vm/compiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698