| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0c98864 commit bbc3f46
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.4', | ||
| 39 | + 'v8_embedder_string': '-node.5', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1834,9 +1834,11 @@ class V8_EXPORT ScriptCompiler { | |||
| 1834 | 1834 | public: | |
| 1835 | 1835 | enum Encoding { ONE_BYTE, TWO_BYTE, UTF8 }; | |
| 1836 | 1836 | ||
| 1837 | + #if defined(_MSC_VER) && _MSC_VER >= 1910 /* Disable on VS2015 */ | ||
| 1837 | 1838 | V8_DEPRECATE_SOON( | |
| 1838 | 1839 | "This class takes ownership of source_stream, so use the constructor " | |
| 1839 | 1840 | "taking a unique_ptr to make these semantics clearer") | |
| 1841 | + #endif | ||
| 1840 | 1842 | StreamedSource(ExternalSourceStream* source_stream, Encoding encoding); | |
| 1841 | 1843 | StreamedSource(std::unique_ptr<ExternalSourceStream> source_stream, | |
| 1842 | 1844 | Encoding encoding); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments