Searched defs:V8_EXPORT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/include/
H A Dv8.h36 # define V8_EXPORT __declspec(dllexport) macro
38 # define V8_EXPORT __declspec(dllimport) macro
40 # define V8_EXPORT macro
48 # define V8_EXPORT __attribute__ ((visibility("default"))) macro
50 # define V8_EXPORT macro
53 # define V8_EXPORT macro
802 class V8_EXPORT HandleScope {
855 class V8_EXPORT EscapableHandleScope : public HandleScope {
913 class V8_EXPORT Data {
952 class V8_EXPORT UnboundScrip
[all...]

Completed in 255 milliseconds