| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 51eb323 commit e70c309
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.5', | ||
| 39 | + 'v8_embedder_string': '-node.6', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,9 +23,9 @@ | |||
| 23 | 23 | #include <malloc.h> | |
| 24 | 24 | #endif // !V8_OS_DARWIN | |
| 25 | 25 | ||
| 26 | - #if (V8_OS_POSIX && !V8_OS_AIX) || V8_OS_WIN | ||
| 26 | + #if (V8_OS_POSIX && !V8_OS_AIX && !V8_OS_SOLARIS) || V8_OS_WIN | ||
| 27 | 27 | #define V8_HAS_MALLOC_USABLE_SIZE 1 | |
| 28 | - #endif // (V8_OS_POSIX && !V8_OS_AIX) || V8_OS_WIN | ||
| 28 | + #endif // (V8_OS_POSIX && !V8_OS_AIX && !V8_OS_SOLARIS) || V8_OS_WIN | ||
| 29 | 29 | ||
| 30 | 30 | namespace v8::base { | |
| 31 | 31 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments