File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.0 ' ,
40
+ 'v8_embedder_string' : '-node.1 ' ,
41
41
42
42
##### V8 defaults for Node.js #####
43
43
Original file line number Diff line number Diff line change @@ -442,9 +442,9 @@ bool is_inbounds(float_t v) {
442
442
// Setup for Windows shared library export.
443
443
#define V8_EXPORT_ENUM
444
444
#ifdef BUILDING_V8_SHARED_PRIVATE
445
- #define V8_EXPORT_PRIVATE __declspec (dllexport)
445
+ #define V8_EXPORT_PRIVATE
446
446
#elif USING_V8_SHARED_PRIVATE
447
- #define V8_EXPORT_PRIVATE __declspec (dllimport)
447
+ #define V8_EXPORT_PRIVATE
448
448
#else
449
449
#define V8_EXPORT_PRIVATE
450
450
#endif // BUILDING_V8_SHARED
@@ -454,8 +454,8 @@ bool is_inbounds(float_t v) {
454
454
// Setup for Linux shared library export.
455
455
#if V8_HAS_ATTRIBUTE_VISIBILITY
456
456
#ifdef BUILDING_V8_SHARED_PRIVATE
457
- #define V8_EXPORT_PRIVATE __attribute__ ((visibility( " default " )))
458
- #define V8_EXPORT_ENUM V8_EXPORT_PRIVATE
457
+ #define V8_EXPORT_PRIVATE
458
+ #define V8_EXPORT_ENUM
459
459
#else
460
460
#define V8_EXPORT_PRIVATE
461
461
#define V8_EXPORT_ENUM
You can’t perform that action at this time.
0 commit comments