Home
last modified time | relevance | path

Searched defs:V8_PLATFORM_EXPORT (Results 1 – 1 of 1) sorted by relevance

/external/v8/include/libplatform/
Dlibplatform-export.h11 #define V8_PLATFORM_EXPORT __declspec(dllexport) macro
13 #define V8_PLATFORM_EXPORT __declspec(dllimport) macro
15 #define V8_PLATFORM_EXPORT macro
22 #define V8_PLATFORM_EXPORT __attribute__((visibility("default"))) macro
24 #define V8_PLATFORM_EXPORT macro