Commit 691f1c4 1 parent d4b7224 commit 691f1c4 Copy full SHA for 691f1c4
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
37
37
# Reset this number to 0 on major V8 upgrades.
38
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string' : '-node.3 ' ,
39
+ 'v8_embedder_string' : '-node.4 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change @@ -389,9 +389,9 @@ bool is_inbounds(float_t v) {
389
389
390
390
// Setup for Windows shared library export.
391
391
#ifdef BUILDING_V8_SHARED
392
- #define V8_EXPORT_PRIVATE __declspec (dllexport)
392
+ #define V8_EXPORT_PRIVATE
393
393
#elif USING_V8_SHARED
394
- #define V8_EXPORT_PRIVATE __declspec (dllimport)
394
+ #define V8_EXPORT_PRIVATE
395
395
#else
396
396
#define V8_EXPORT_PRIVATE
397
397
#endif // BUILDING_V8_SHARED
@@ -401,7 +401,7 @@ bool is_inbounds(float_t v) {
401
401
// Setup for Linux shared library export.
402
402
#if V8_HAS_ATTRIBUTE_VISIBILITY
403
403
#ifdef BUILDING_V8_SHARED
404
- #define V8_EXPORT_PRIVATE __attribute__ ((visibility( " default " )))
404
+ #define V8_EXPORT_PRIVATE
405
405
#else
406
406
#define V8_EXPORT_PRIVATE
407
407
#endif
You can’t perform that action at this time.
0 commit comments