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

Unified Diff: test/cctest/cctest.gyp

Issue 2042633002: [interpreter] Ensure optimizations preserve source positions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 6 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 | « test/cctest/BUILD.gn ('k') | test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden » ('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 71a90300ad381e7647cb2d5b0179d3c07332f992..520e8f0e473591a060807750b5d771e8d627110c 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -91,9 +91,12 @@
'expression-type-collector.cc',
'expression-type-collector.h',
'interpreter/interpreter-tester.cc',
+ 'interpreter/source-position-matcher.cc',
+ 'interpreter/source-position-matcher.h',
'interpreter/test-bytecode-generator.cc',
'interpreter/test-interpreter.cc',
'interpreter/test-interpreter-intrinsics.cc',
+ 'interpreter/test-source-positions.cc',
'interpreter/bytecode-expectations-printer.cc',
'interpreter/bytecode-expectations-printer.h',
'gay-fixed.cc',
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698