Commit 1fd9845 1 parent c9296b1 commit 1fd9845 Copy full SHA for 1fd9845
File tree 3 files changed +1
-16
lines changed
3 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 66
66
'v8_enable_pointer_compression%' : 0 ,
67
67
'v8_enable_31bit_smis_on_64bit_arch%' : 0 ,
68
68
69
- # Disable V8 untrusted code mitigations.
70
- # See https://github.com/v8/v8/wiki/Untrusted-code-mitigations
71
- 'v8_untrusted_code_mitigations' : 0 ,
72
-
73
69
# This is more of a V8 dev setting
74
70
# https://github.com/nodejs/node/pull/22920/files#r222779926
75
71
'v8_enable_fast_mksnapshot' : 0 ,
Original file line number Diff line number Diff line change 169
169
# Controls the threshold for on-heap/off-heap Typed Arrays.
170
170
'v8_typed_array_max_size_in_heap%' : 64 ,
171
171
172
- # Enable mitigations for executing untrusted code.
173
- 'v8_untrusted_code_mitigations%' : 1 ,
174
-
175
172
# Enable minor mark compact.
176
173
'v8_enable_minor_mc%' : 1 ,
177
174
358
355
['v8_enable_verify_csa==1' , {
359
356
'defines' : ['ENABLE_VERIFY_CSA' ,],
360
357
}],
361
- ['v8_untrusted_code_mitigations==0' , {
362
- 'defines' : ['DISABLE_UNTRUSTED_CODE_MITIGATIONS' ,],
363
- }],
364
358
['v8_use_perfetto==1' , {
365
359
'defines' : ['V8_USE_PERFETTO' ,],
366
360
}],
Original file line number Diff line number Diff line change 509
509
],
510
510
'direct_dependent_settings' : {
511
511
'sources' : [
512
- '<(V8_ROOT)/include/v8-cppgc.h' ,
513
- '<(V8_ROOT)/include/v8-fast-api-calls.h' ,
514
- '<(V8_ROOT)/include/v8-internal.h' ,
515
- '<(V8_ROOT)/include/v8-profiler.h' ,
516
- '<(V8_ROOT)/include/v8-util.h' ,
517
- '<(V8_ROOT)/include/v8.h' ,
512
+ '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\ "v8_headers\\ ".*?sources = ")' ,
518
513
519
514
'<(V8_ROOT)/include/v8-wasm-trap-handler-posix.h' ,
520
515
'<(V8_ROOT)/include/v8-wasm-trap-handler-win.h' ,
You can’t perform that action at this time.
0 commit comments