Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-12-15 10:33:46 +0300
committerMichaël Zasso <targos@protonmail.com>2022-04-12 23:10:39 +0300
commit40bc08089d0858820cb790bdfb31cef76c88e59b (patch)
treef56b253237d9430b9310894edefa9a605d9485b1 /configure.py
parent62e62757b3afb9734448c632b1e1f1330241d343 (diff)
tools: update V8 gypfiles for 10.1
PR-URL: https://github.com/nodejs/node/pull/42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index 24cc7d91cd5..ba118ef8db2 100755
--- a/configure.py
+++ b/configure.py
@@ -1446,6 +1446,7 @@ def configure_library(lib, output, pkgname=None):
def configure_v8(o):
o['variables']['v8_enable_webassembly'] = 1
+ o['variables']['v8_enable_javascript_promise_hooks'] = 1
o['variables']['v8_enable_lite_mode'] = 1 if options.v8_lite_mode else 0
o['variables']['v8_enable_gdbjit'] = 1 if options.gdb else 0
o['variables']['v8_no_strict_aliasing'] = 1 # Work around compiler bugs.