aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org>2014-09-19 00:05:16 +0000
committermachenbach@chromium.org <machenbach@chromium.org>2014-09-19 00:05:16 +0000
commit22cf3f9d4c636215aa2e2a8169573d795142c328 (patch)
treecdf46be2f07ad77c4a9c31a06fc3bcffd72be4d7 /BUILD.gn
parent8a89641487507e4209d584f03d024a6f76278c1f (diff)
downloadv8-22cf3f9d4c636215aa2e2a8169573d795142c328.tar.gz
Version 3.29.78 (based on bleeding_edge revision r24051)
Cleanup class parsing a bit (issue 3330). ES6: Implement generator method shorthand (issue 3516). Performance and stability improvements on all platforms. git-svn-id: https://v8.googlecode.com/svn/trunk@24057 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4f9580499..62d4578f1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -848,6 +848,9 @@ source_set("v8_base") {
"src/transitions-inl.h",
"src/transitions.cc",
"src/transitions.h",
+ "src/type-feedback-vector-inl.h",
+ "src/type-feedback-vector.cc",
+ "src/type-feedback-vector.h",
"src/type-info.cc",
"src/type-info.h",
"src/types-inl.h",