Searched refs:USING_V8_SHARED (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dv8dll-main.cc5 // The GYP based build ends up defining USING_V8_SHARED when compiling this
7 #undef USING_V8_SHARED macro
H A Dd8.cc7 #if defined(USING_V8_SHARED) && !defined(V8_SHARED)
/external/v8/include/
H A Dv8.h27 // the V8 DLL USING_V8_SHARED needs to be defined. When either building the V8
29 // BUILDING_V8_SHARED nor USING_V8_SHARED should be defined.
30 #if defined(BUILDING_V8_SHARED) && defined(USING_V8_SHARED)
31 #error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\
37 #elif USING_V8_SHARED

Completed in 119 milliseconds