| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fc47d58 commit 56cbc7f
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ | |||
| 37 | 37 | ||
| 38 | 38 | # Reset this number to 0 on major V8 upgrades. | |
| 39 | 39 | # Increment by one for each non-official patch applied to deps/v8. | |
| 40 | - 'v8_embedder_string': '-node.24', | ||
| 40 | + 'v8_embedder_string': '-node.25', | ||
| 41 | 41 | ||
| 42 | 42 | ##### V8 defaults for Node.js ##### | |
| 43 | 43 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -236,6 +236,7 @@ Vlad Burlik <vladbph@gmail.com> | |||
| 236 | 236 | Vladimir Krivosheev <develar@gmail.com> | |
| 237 | 237 | Vladimir Shutoff <vovan@shutoff.ru> | |
| 238 | 238 | Wael Almattar <waelsy123@gmail.com> | |
| 239 | + WANG Xuerui <git@xen0n.name> | ||
| 239 | 240 | Wei Wu <lazyparser@gmail.com> | |
| 240 | 241 | Wenlu Wang <kingwenlu@gmail.com> | |
| 241 | 242 | Wenyu Zhao <wenyu.zhao@anu.edu.au> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,7 @@ | |||
| 5 | 5 | #ifndef V8_BASE_LOGGING_H_ | |
| 6 | 6 | #define V8_BASE_LOGGING_H_ | |
| 7 | 7 | ||
| 8 | + #include <cstdint> | ||
| 8 | 9 | #include <cstring> | |
| 9 | 10 | #include <sstream> | |
| 10 | 11 | #include <string> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,7 @@ | |||
| 5 | 5 | #ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ | |
| 6 | 6 | #define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ | |
| 7 | 7 | ||
| 8 | + #include <cstdint> | ||
| 8 | 9 | #include <string> | |
| 9 | 10 | ||
| 10 | 11 | // Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may | |
| Back | FazBrowse Home | New Git URL |
0 commit comments