Skip to content

Commit bece906

Browse files
targosnodejs-ci
authored andcommitted
tools: update v8 gypfiles
until ae066800c904eac3dd77f7de442e1b24f873484e
1 parent 943ba7d commit bece906

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tools/v8_gypfiles/features.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
'v8_enable_concurrent_marking%': 1,
148148

149149
# Sets -dV8_ARRAY_BUFFER_EXTENSION
150-
'v8_enable_array_buffer_extension%': 1,
150+
'v8_enable_array_buffer_extension%': 0,
151151

152152
# Enables various testing features.
153153
'v8_enable_test_features%': 0,

tools/v8_gypfiles/v8.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"<(V8_ROOT)/src/builtins/object-fromentries.tq",
5454
"<(V8_ROOT)/src/builtins/object.tq",
5555
"<(V8_ROOT)/src/builtins/promise-abstract-operations.tq",
56+
"<(V8_ROOT)/src/builtins/promise-all-element-closure.tq",
5657
"<(V8_ROOT)/src/builtins/promise-constructor.tq",
5758
"<(V8_ROOT)/src/builtins/promise-finally.tq",
5859
"<(V8_ROOT)/src/builtins/promise-race.tq",
@@ -150,6 +151,7 @@
150151
"<(V8_ROOT)/src/objects/promise.tq",
151152
"<(V8_ROOT)/src/objects/property-array.tq",
152153
"<(V8_ROOT)/src/objects/property-cell.tq",
154+
"<(V8_ROOT)/src/objects/property-descriptor-object.tq",
153155
"<(V8_ROOT)/src/objects/prototype-info.tq",
154156
"<(V8_ROOT)/src/objects/regexp-match-info.tq",
155157
"<(V8_ROOT)/src/objects/scope-info.tq",

0 commit comments

Comments
 (0)