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

Unified Diff: test/cctest/cctest.gyp

Issue 1288773007: Adding visitors to regurgitate expression types or reset them. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: back to macros Created 5 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 | « src/typing-reset.cc ('k') | test/cctest/expression-type-collector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index 24db817506ce0a59339194672b64368564453e42..5199471f4a7c943c57ea0e68f507dba7a6a3a325 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -83,6 +83,8 @@
'compiler/test-run-variables.cc',
'compiler/test-simplified-lowering.cc',
'cctest.cc',
+ 'expression-type-collector.cc',
+ 'expression-type-collector.h',
'interpreter/test-bytecode-generator.cc',
'interpreter/test-interpreter.cc',
'gay-fixed.cc',
@@ -98,6 +100,7 @@
'test-api-interceptors.cc',
'test-array-list.cc',
'test-ast.cc',
+ 'test-ast-expression-visitor.cc',
'test-atomicops.cc',
'test-bignum.cc',
'test-bignum-dtoa.cc',
@@ -157,6 +160,7 @@
'test-transitions.cc',
'test-typedarrays.cc',
'test-types.cc',
+ 'test-typing-reset.cc',
'test-unbound-queue.cc',
'test-unboxed-doubles.cc',
'test-unique.cc',
« no previous file with comments | « src/typing-reset.cc ('k') | test/cctest/expression-type-collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698