File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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.6 ' ,
40
+ 'v8_embedder_string' : '-node.7 ' ,
41
41
42
42
##### V8 defaults for Node.js #####
43
43
Original file line number Diff line number Diff line change @@ -581,11 +581,15 @@ path. Add it with -I<path> to the command line
581
581
// functions.
582
582
// Use like:
583
583
// V8_NOINLINE V8_PRESERVE_MOST void UnlikelyMethod();
584
+ #if V8_OS_WIN
585
+ # define V8_PRESERVE_MOST
586
+ #else
584
587
#if V8_HAS_ATTRIBUTE_PRESERVE_MOST
585
588
# define V8_PRESERVE_MOST __attribute__ ((preserve_most))
586
589
#else
587
590
# define V8_PRESERVE_MOST /* NOT SUPPORTED */
588
591
#endif
592
+ #endif
589
593
590
594
591
595
// A macro (V8_DEPRECATED) to mark classes or functions as deprecated.
You can’t perform that action at this time.
0 commit comments