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 38
38
39
39
# Reset this number to 0 on major V8 upgrades.
40
40
# Increment by one for each non-official patch applied to deps/v8.
41
- 'v8_embedder_string' : '-node.2 ' ,
41
+ 'v8_embedder_string' : '-node.3 ' ,
42
42
43
43
##### V8 defaults for Node.js #####
44
44
Original file line number Diff line number Diff line change @@ -603,11 +603,15 @@ path. Add it with -I<path> to the command line
603
603
// functions.
604
604
// Use like:
605
605
// V8_NOINLINE V8_PRESERVE_MOST void UnlikelyMethod();
606
+ #if V8_OS_WIN
607
+ # define V8_PRESERVE_MOST
608
+ #else
606
609
#if V8_HAS_ATTRIBUTE_PRESERVE_MOST
607
610
# define V8_PRESERVE_MOST __attribute__ ((preserve_most))
608
611
#else
609
612
# define V8_PRESERVE_MOST /* NOT SUPPORTED */
610
613
#endif
614
+ #endif
611
615
612
616
613
617
// A macro (V8_DEPRECATED) to mark classes or functions as deprecated.
You can’t perform that action at this time.
0 commit comments