We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d178d07 commit 3046131Copy full SHA for 3046131
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.13',
+ 'v8_embedder_string': '-node.14',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/base/platform/platform-solaris.cc
@@ -66,7 +66,7 @@ void OS::SignalCodeMovingGC() {}
66
void OS::AdjustSchedulingParams() {}
67
68
// static
69
-void* Stack::GetStackStart() {
+Stack::StackSlot Stack::GetStackStart() {
70
pthread_attr_t attr;
71
int error;
72
pthread_attr_init(&attr);
0 commit comments