File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3636
3737 # Reset this number to 0 on major V8 upgrades.
3838 # Increment by one for each non-official patch applied to deps/v8.
39- 'v8_embedder_string' : '-node.4 ' ,
39+ 'v8_embedder_string' : '-node.5 ' ,
4040
4141 ##### V8 defaults for Node.js #####
4242
Original file line number Diff line number Diff line change @@ -1756,9 +1756,11 @@ class V8_EXPORT ScriptCompiler {
17561756 public:
17571757 enum Encoding { ONE_BYTE, TWO_BYTE, UTF8 };
17581758
1759+ #if defined(_MSC_VER) && _MSC_VER >= 1910 /* Disable on VS2015 */
17591760 V8_DEPRECATE_SOON (
17601761 " This class takes ownership of source_stream, so use the constructor "
17611762 " taking a unique_ptr to make these semantics clearer" )
1763+ #endif
17621764 StreamedSource (ExternalSourceStream* source_stream, Encoding encoding);
17631765 StreamedSource (std::unique_ptr<ExternalSourceStream> source_stream,
17641766 Encoding encoding);
You can’t perform that action at this time.
0 commit comments