We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e693e21 commit 3078bcdCopy full SHA for 3078bcd
1 file changed
tools/v8_gypfiles/features.gypi
@@ -146,6 +146,9 @@
146
# Sets -dV8_CONCURRENT_MARKING
147
'v8_enable_concurrent_marking%': 1,
148
149
+ # Sets -dV8_ARRAY_BUFFER_EXTENSION
150
+ 'v8_enable_array_buffer_extension%': 1,
151
+
152
# Enables various testing features.
153
'v8_enable_test_features%': 0,
154
@@ -292,6 +295,9 @@
292
295
['v8_enable_concurrent_marking==1', {
293
296
'defines': ['V8_CONCURRENT_MARKING',],
294
297
}],
298
+ ['v8_enable_array_buffer_extension==1', {
299
+ 'defines': ['V8_ARRAY_BUFFER-EXTENSION',],
300
+ }],
301
['v8_enable_lazy_source_positions==1', {
302
'defines': ['V8_ENABLE_LAZY_SOURCE_POSITIONS',],
303
0 commit comments