Set v8::Promise internal field count to 1 (#967)

This commit is contained in:
Divy Srivastava 2022-05-15 17:40:44 +05:30 committed by GitHub
parent 9d0c3e4603
commit 740f751408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gn
View File

@ -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