mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-26 00:59:28 -05:00
Set v8::Promise internal field count to 1 (#967)
This commit is contained in:
parent
9d0c3e4603
commit
740f751408
1 changed files with 1 additions and 0 deletions
1
.gn
1
.gn
|
@ -37,6 +37,7 @@ default_args = {
|
|||
v8_monolithic = false
|
||||
v8_enable_snapshot_compression = false
|
||||
v8_enable_javascript_promise_hooks = true
|
||||
v8_promise_internal_field_count = 1
|
||||
v8_use_external_startup_data = false
|
||||
v8_use_snapshot = true
|
||||
is_component_build = false
|
||||
|
|
Loading…
Reference in a new issue