File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 27
27
28
28
# Reset this number to 0 on major V8 upgrades.
29
29
# Increment by one for each non-official patch applied to deps/v8.
30
- 'v8_embedder_string' : '-node.4 ' ,
30
+ 'v8_embedder_string' : '-node.5 ' ,
31
31
32
32
# Enable disassembler for `--print-code` v8 options
33
33
'v8_enable_disassembler' : 1 ,
Original file line number Diff line number Diff line change 89
89
90
90
# Controls the threshold for on-heap/off-heap Typed Arrays.
91
91
'v8_typed_array_max_size_in_heap%' : 64 ,
92
+
93
+ # Enable mitigations for executing untrusted code.
94
+ 'v8_untrusted_code_mitigations%' : 'true' ,
92
95
},
93
96
'target_defaults' : {
94
97
'conditions' : [
143
146
['v8_enable_concurrent_marking==1' , {
144
147
'defines' : ['V8_CONCURRENT_MARKING' ,],
145
148
}],
149
+ ['v8_untrusted_code_mitigations=="false"' , {
150
+ 'defines' : ['DISABLE_UNTRUSTED_CODE_MITIGATIONS' ,],
151
+ }],
146
152
], # conditions
147
153
'configurations' : {
148
154
'DebugBaseCommon' : {
You can’t perform that action at this time.
0 commit comments