From fda488ae671065807daf21925041dd46cb730c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 17 Jan 2020 11:56:41 +0100 Subject: [PATCH] tools: update v8 gypfiles until ae066800c904eac3dd77f7de442e1b24f873484e --- tools/v8_gypfiles/features.gypi | 2 +- tools/v8_gypfiles/v8.gyp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/v8_gypfiles/features.gypi b/tools/v8_gypfiles/features.gypi index 9020bc50320..ecfef26bb3a 100644 --- a/tools/v8_gypfiles/features.gypi +++ b/tools/v8_gypfiles/features.gypi @@ -147,7 +147,7 @@ 'v8_enable_concurrent_marking%': 1, # Sets -dV8_ARRAY_BUFFER_EXTENSION - 'v8_enable_array_buffer_extension%': 1, + 'v8_enable_array_buffer_extension%': 0, # Enables various testing features. 'v8_enable_test_features%': 0, diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 338998c9bd1..de69bbce812 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -53,6 +53,7 @@ "<(V8_ROOT)/src/builtins/object-fromentries.tq", "<(V8_ROOT)/src/builtins/object.tq", "<(V8_ROOT)/src/builtins/promise-abstract-operations.tq", + "<(V8_ROOT)/src/builtins/promise-all-element-closure.tq", "<(V8_ROOT)/src/builtins/promise-constructor.tq", "<(V8_ROOT)/src/builtins/promise-finally.tq", "<(V8_ROOT)/src/builtins/promise-race.tq", @@ -150,6 +151,7 @@ "<(V8_ROOT)/src/objects/promise.tq", "<(V8_ROOT)/src/objects/property-array.tq", "<(V8_ROOT)/src/objects/property-cell.tq", + "<(V8_ROOT)/src/objects/property-descriptor-object.tq", "<(V8_ROOT)/src/objects/prototype-info.tq", "<(V8_ROOT)/src/objects/regexp-match-info.tq", "<(V8_ROOT)/src/objects/scope-info.tq",