| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a41c381 commit 28f3e5c
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.8', | ||
| 39 | + 'v8_embedder_string': '-node.9', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -671,7 +671,7 @@ path. Add it with -I<path> to the command line | |||
| 671 | 671 | // V8_NODISCARD Foo() { ... }; | |
| 672 | 672 | // [[nodiscard]] comes in C++17 but supported in clang with -std >= c++11. | |
| 673 | 673 | #if V8_HAS_CPP_ATTRIBUTE_NODISCARD | |
| 674 | - #define V8_NODISCARD [[nodiscard]] | ||
| 674 | + #define V8_NODISCARD | ||
| 675 | 675 | #else | |
| 676 | 676 | #define V8_NODISCARD /* NOT SUPPORTED */ | |
| 677 | 677 | #endif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments