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

Unified Diff: src/ast.h

Issue 339082: Initial implementation of top-level compilation of expressions in test... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 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: src/ast.h
===================================================================
--- src/ast.h (revision 3181)
+++ src/ast.h (working copy)
@@ -164,7 +164,10 @@
enum Context {
kUninitialized,
kEffect,
- kValue
+ kValue,
+ kTest,
+ kValueTest,
William Hesse 2009/10/30 12:09:39 Bigendian nomenclature: effect(true) ## effect(fal
Kevin Millikin (Chromium) 2009/10/30 13:45:53 There'll be a big comment here explaining the whol
+ kTestValue
};
Expression() : context_(kUninitialized) {}
« no previous file with comments | « src/arm/fast-codegen-arm.cc ('k') | src/compiler.cc » ('j') | src/fast-codegen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698