File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.0 ' ,
39+ 'v8_embedder_string' : '-node.1 ' ,
4040
4141 ##### V8 defaults for Node.js #####
4242
Original file line number Diff line number Diff line change @@ -389,9 +389,9 @@ bool is_inbounds(float_t v) {
389389
390390// Setup for Windows shared library export.
391391#ifdef BUILDING_V8_SHARED
392- #define V8_EXPORT_PRIVATE __declspec (dllexport)
392+ #define V8_EXPORT_PRIVATE
393393#elif USING_V8_SHARED
394- #define V8_EXPORT_PRIVATE __declspec (dllimport)
394+ #define V8_EXPORT_PRIVATE
395395#else
396396#define V8_EXPORT_PRIVATE
397397#endif // BUILDING_V8_SHARED
@@ -401,7 +401,7 @@ bool is_inbounds(float_t v) {
401401// Setup for Linux shared library export.
402402#if V8_HAS_ATTRIBUTE_VISIBILITY
403403#ifdef BUILDING_V8_SHARED
404- #define V8_EXPORT_PRIVATE __attribute__ ((visibility( " default " )))
404+ #define V8_EXPORT_PRIVATE
405405#else
406406#define V8_EXPORT_PRIVATE
407407#endif
You can’t perform that action at this time.
0 commit comments