Skip to content

Commit c8a886e

Browse files
committed
squash! tools: update V8 gypfiles for 13.7
Refs: v8/v8@f942a49
1 parent dbb266a commit c8a886e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

common.gypi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
'v8_win64_unwinding_info': 1,
7979

8080
# Variables controlling external defines exposed in public headers.
81-
'v8_enable_direct_local%': 0,
8281
'v8_enable_map_packing%': 0,
8382
'v8_enable_pointer_compression_shared_cage%': 0,
8483
'v8_enable_sandbox%': 0,
@@ -469,9 +468,6 @@
469468
['tsan == 1', {
470469
'defines': ['V8_IS_TSAN',],
471470
}],
472-
['v8_enable_direct_local == 1', {
473-
'defines': ['V8_ENABLE_DIRECT_LOCAL',],
474-
}],
475471
['OS == "win"', {
476472
'defines': [
477473
'WIN32',

tools/v8_gypfiles/features.gypi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@
209209
# Enable map packing & unpacking (sets -dV8_MAP_PACKING).
210210
'v8_enable_map_packing%': 0,
211211

212-
# Use direct pointers in local handles.
213-
'v8_enable_direct_local%': 0,
214-
215212
# Controls the threshold for on-heap/off-heap Typed Arrays.
216213
'v8_typed_array_max_size_in_heap%': 64,
217214

@@ -459,9 +456,6 @@
459456
['tsan==1', {
460457
'defines': ['V8_IS_TSAN',],
461458
}],
462-
['v8_enable_direct_local==1', {
463-
'defines': ['V8_ENABLE_DIRECT_LOCAL',],
464-
}],
465459
['v8_enable_regexp_interpreter_threaded_dispatch==1', {
466460
'defines': ['V8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH',],
467461
}],

0 commit comments

Comments
 (0)