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

Unified Diff: tools/gyp/v8.gyp

Issue 1662983002: [interpreter] add source positions for call and call-new. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix test expectations Created 4 years, 10 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/mjsunit/ignition/stack-trace-source-position.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 8f033ad0d1e4bcf6fee5e26e101a94a2aa3106ed..afad526b16dd01be46f182c1733132b567e6171d 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -881,6 +881,8 @@
'../../src/interpreter/interpreter.h',
'../../src/interpreter/register-translator.cc',
'../../src/interpreter/register-translator.h',
+ '../../src/interpreter/source-position-table.cc',
+ '../../src/interpreter/source-position-table.h',
'../../src/isolate-inl.h',
'../../src/isolate.cc',
'../../src/isolate.h',
« no previous file with comments | « test/mjsunit/ignition/stack-trace-source-position.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698