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

/external/chromium_org/v8/test/cctest/compiler/
H A Dcall-tester.h14 #define V8_CDECL __attribute__((cdecl)) macro
16 #define V8_CDECL __cdecl macro
19 #define V8_CDECL macro
320 typedef R V8_CDECL FType();
327 typedef R V8_CDECL FType(P1);
334 typedef R V8_CDECL FType(P1, P2);
341 typedef R V8_CDECL FType(P1, P2, P3);
348 typedef R V8_CDECL FType(P1, P2, P3, P4);

Completed in 74 milliseconds