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 @@ -370,9 +370,9 @@ bool is_inbounds(float_t v) {
370
370
// Setup for Windows shared library export.
371
371
#define V8_EXPORT_ENUM
372
372
#ifdef BUILDING_V8_SHARED_PRIVATE
373
- #define V8_EXPORT_PRIVATE __declspec (dllexport)
373
+ #define V8_EXPORT_PRIVATE
374
374
#elif USING_V8_SHARED_PRIVATE
375
- #define V8_EXPORT_PRIVATE __declspec (dllimport)
375
+ #define V8_EXPORT_PRIVATE
376
376
#else
377
377
#define V8_EXPORT_PRIVATE
378
378
#endif // BUILDING_V8_SHARED
@@ -382,8 +382,8 @@ bool is_inbounds(float_t v) {
382
382
// Setup for Linux shared library export.
383
383
#if V8_HAS_ATTRIBUTE_VISIBILITY
384
384
#ifdef BUILDING_V8_SHARED_PRIVATE
385
- #define V8_EXPORT_PRIVATE __attribute__ ((visibility( " default " )))
386
- #define V8_EXPORT_ENUM V8_EXPORT_PRIVATE
385
+ #define V8_EXPORT_PRIVATE
386
+ #define V8_EXPORT_ENUM
387
387
#else
388
388
#define V8_EXPORT_PRIVATE
389
389
#define V8_EXPORT_ENUM
You can’t perform that action at this time.
0 commit comments