We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94e479 commit a3d088fCopy full SHA for a3d088f
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.2',
+ 'v8_embedder_string': '-node.3',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/trap-handler/trap-handler.h
@@ -27,7 +27,7 @@ namespace trap_handler {
27
#define V8_TRAP_HANDLER_SUPPORTED true
28
// Arm64 simulator on x64 on Linux, Mac, or Windows.
29
#elif V8_TARGET_ARCH_ARM64 && V8_HOST_ARCH_X64 && \
30
- (V8_OS_LINUX || V8_OS_DARWIN || V8_OS_WIN)
+ (V8_OS_LINUX || V8_OS_DARWIN)
31
#define V8_TRAP_HANDLER_VIA_SIMULATOR
32
33
// Everything else is unsupported.
0 commit comments