We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a624277 commit d6dae74Copy full SHA for d6dae74
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.4',
+ 'v8_embedder_string': '-node.5',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/base/platform/memory.h
@@ -23,9 +23,9 @@
23
#include <malloc.h>
24
#endif // !V8_OS_DARWIN
25
26
-#if (V8_OS_POSIX && !V8_OS_AIX) || V8_OS_WIN
+#if (V8_OS_POSIX && !V8_OS_AIX && !V8_OS_SOLARIS) || V8_OS_WIN
27
#define V8_HAS_MALLOC_USABLE_SIZE 1
28
-#endif // (V8_OS_POSIX && !V8_OS_AIX) || V8_OS_WIN
+#endif // (V8_OS_POSIX && !V8_OS_AIX && !V8_OS_SOLARIS) || V8_OS_WIN
29
30
namespace v8::base {
31
0 commit comments