We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f5df5 commit 236f18aCopy full SHA for 236f18a
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.8',
+ 'v8_embedder_string': '-node.9',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/compiler/turboshaft/utils.h
@@ -6,6 +6,7 @@
6
#define V8_COMPILER_TURBOSHAFT_UTILS_H_
7
8
#include <iostream>
9
+#include <limits>
10
#include <tuple>
11
12
#include "src/base/logging.h"
0 commit comments