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 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.21 ' ,
39+ 'v8_embedder_string' : '-node.22 ' ,
4040
4141 ##### V8 defaults for Node.js #####
4242
Original file line number Diff line number Diff line change @@ -549,11 +549,15 @@ path. Add it with -I<path> to the command line
549549// functions.
550550// Use like:
551551// V8_NOINLINE V8_PRESERVE_MOST void UnlikelyMethod();
552+ #if V8_OS_WIN
553+ # define V8_PRESERVE_MOST
554+ #else
552555#if V8_HAS_ATTRIBUTE_PRESERVE_MOST
553556# define V8_PRESERVE_MOST __attribute__ ((preserve_most))
554557#else
555558# define V8_PRESERVE_MOST /* NOT SUPPORTED */
556559#endif
560+ #endif
557561
558562
559563// A macro (V8_DEPRECATED) to mark classes or functions as deprecated.
You can’t perform that action at this time.
0 commit comments