@@ -1572,6 +1572,7 @@ def configure_v8(o):
|
1572 | 1572 | o['variables']['v8_use_siphash'] = 0 if options.without_siphash else 1 |
1573 | 1573 | o['variables']['v8_enable_maglev'] = 1 if options.v8_enable_maglev else 0 |
1574 | 1574 | o['variables']['v8_enable_pointer_compression'] = 1 if options.enable_pointer_compression else 0 |
| 1575 | +o['variables']['v8_enable_sandbox'] = 1 if options.enable_pointer_compression else 0 |
1575 | 1576 | o['variables']['v8_enable_31bit_smis_on_64bit_arch'] = 1 if options.enable_pointer_compression else 0 |
1576 | 1577 | o['variables']['v8_enable_shared_ro_heap'] = 0 if options.enable_pointer_compression or options.disable_shared_ro_heap else 1 |
1577 | 1578 | o['variables']['v8_enable_extensible_ro_snapshot'] = 0 |
|