aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-08-21 07:23:04 +0000
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-08-21 07:23:04 +0000
commite2a8937454723a720c81acc3f9e4162b18999b43 (patch)
tree0f9ea4a85aa6cb4bf1809ca9e8cbba5def325247 /BUILD.gn
parent7dae5b9f8500ada1f217a27db8a1f5c62becd404 (diff)
downloadv8-e2a8937454723a720c81acc3f9e4162b18999b43.tar.gz
Version 3.29.11 (based on bleeding_edge revision r23252)
Refactor ParseObjectLiteral. Support symbol-named properties in API (issue 3394). Suppress test262 test that tests duplicate properties. ES6: Duplicate properties are no longer an error (issue 3498). Expose function CheckDebugBreak in the debugger api. Remove RegExp.$input (issue 3486). Performance and stability improvements on all platforms. git-svn-id: https://v8.googlecode.com/svn/trunk@23256 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ea182420c..1fd68eedd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -499,6 +499,8 @@ source_set("v8_base") {
"src/compiler/js-generic-lowering.h",
"src/compiler/js-graph.cc",
"src/compiler/js-graph.h",
+ "src/compiler/js-inlining.cc",
+ "src/compiler/js-inlining.h",
"src/compiler/js-operator.h",
"src/compiler/js-typed-lowering.cc",
"src/compiler/js-typed-lowering.h",
@@ -509,6 +511,8 @@ source_set("v8_base") {
"src/compiler/machine-operator-reducer.cc",
"src/compiler/machine-operator-reducer.h",
"src/compiler/machine-operator.h",
+ "src/compiler/machine-type.cc",
+ "src/compiler/machine-type.h",
"src/compiler/node-aux-data-inl.h",
"src/compiler/node-aux-data.h",
"src/compiler/node-cache.cc",
@@ -628,6 +632,8 @@ source_set("v8_base") {
"src/heap-snapshot-generator-inl.h",
"src/heap-snapshot-generator.cc",
"src/heap-snapshot-generator.h",
+ "src/heap/gc-idle-time-handler.cc",
+ "src/heap/gc-idle-time-handler.h",
"src/heap/gc-tracer.cc",
"src/heap/gc-tracer.h",
"src/heap/heap-inl.h",