| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fd56652 commit d09008a
4 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.28', | ||
| 39 | + 'v8_embedder_string': '-node.29', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -188,6 +188,7 @@ Matt Hanselman <mjhanselman@gmail.com> | |||
| 188 | 188 | Matthew Sporleder <msporleder@gmail.com> | |
| 189 | 189 | Maxim Mazurok <maxim@mazurok.com> | |
| 190 | 190 | Maxim Mossienko <maxim.mossienko@gmail.com> | |
| 191 | + Meir Shpilraien <meir@redis.com> | ||
| 191 | 192 | Michael Lutz <michi@icosahedron.de> | |
| 192 | 193 | Michael Mclaughlin <m8ch88l@gmail.com> | |
| 193 | 194 | Michael Smith <mike@w3.org> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,6 @@ | |||
| 6 | 6 | #define V8_INSPECTOR_STRING_16_H_ | |
| 7 | 7 | ||
| 8 | 8 | #include <stdint.h> | |
| 9 | - #include <uchar.h> | ||
| 10 | 9 | ||
| 11 | 10 | #include <cctype> | |
| 12 | 11 | #include <climits> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,6 @@ | |||
| 5 | 5 | #ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ | |
| 6 | 6 | #define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ | |
| 7 | 7 | ||
| 8 | - #include <uchar.h> | ||
| 9 | 8 | ||
| 10 | 9 | #include <cstdint> | |
| 11 | 10 | #include <string> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments