File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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.21 ' ,
39
+ 'v8_embedder_string' : '-node.22 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change @@ -549,11 +549,15 @@ path. Add it with -I<path> to the command line
549
549
// functions.
550
550
// Use like:
551
551
// V8_NOINLINE V8_PRESERVE_MOST void UnlikelyMethod();
552
+ #if V8_OS_WIN
553
+ # define V8_PRESERVE_MOST
554
+ #else
552
555
#if V8_HAS_ATTRIBUTE_PRESERVE_MOST
553
556
# define V8_PRESERVE_MOST __attribute__ ((preserve_most))
554
557
#else
555
558
# define V8_PRESERVE_MOST /* NOT SUPPORTED */
556
559
#endif
560
+ #endif
557
561
558
562
559
563
// A macro (V8_DEPRECATED) to mark classes or functions as deprecated.
You can’t perform that action at this time.
0 commit comments