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