28 #ifndef V8_TEST_CODE_STUBS_H_
29 #define V8_TEST_CODE_STUBS_H_
31 #if V8_TARGET_ARCH_IA32
33 #define STDCALL __attribute__((stdcall))
35 #define STDCALL __stdcall
ConvertDToICallWrapperType * ConvertDToICallWrapper
int32_t STDCALL ConvertDToIFuncType(double input)
void RunAllTruncationTests(ConvertDToIFunc func)
int STDCALL ConvertDToICVersion(double d)
ConvertDToIFuncType * ConvertDToIFunc
int32_t ConvertDToICallWrapperType(ConvertDToIFunc func, double from)