mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Set v8::Promise internal field count to 1 (#967)
This commit is contained in:
parent
9d0c3e4603
commit
740f751408
1
.gn
1
.gn
@ -37,6 +37,7 @@ default_args = {
|
|||||||
v8_monolithic = false
|
v8_monolithic = false
|
||||||
v8_enable_snapshot_compression = false
|
v8_enable_snapshot_compression = false
|
||||||
v8_enable_javascript_promise_hooks = true
|
v8_enable_javascript_promise_hooks = true
|
||||||
|
v8_promise_internal_field_count = 1
|
||||||
v8_use_external_startup_data = false
|
v8_use_external_startup_data = false
|
||||||
v8_use_snapshot = true
|
v8_use_snapshot = true
|
||||||
is_component_build = false
|
is_component_build = false
|
||||||
|
Loading…
Reference in New Issue
Block a user