Home
last modified time | relevance | path

Searched refs:V8_CDECL (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/compiler/
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);