Index: test/cctest/test-code-stubs.h |
diff --git a/test/cctest/test-code-stubs.h b/test/cctest/test-code-stubs.h |
index eab8e63b2a75c5cc515912b29429b2c598bb041d..910e0d170145cd0d0eeff4ec98ad9db4903e49cf 100644 |
--- a/test/cctest/test-code-stubs.h |
+++ b/test/cctest/test-code-stubs.h |
@@ -41,8 +41,13 @@ |
typedef int32_t STDCALL ConvertDToIFuncType(double input); |
typedef ConvertDToIFuncType* ConvertDToIFunc; |
+typedef int32_t ConvertDToICallWrapperType(ConvertDToIFunc func, double from); |
+typedef ConvertDToICallWrapperType* ConvertDToICallWrapper; |
+ |
int STDCALL ConvertDToICVersion(double d); |
void RunAllTruncationTests(ConvertDToIFunc func); |
+void RunAllTruncationTests(ConvertDToICallWrapper callWrapper, |
+ ConvertDToIFunc func); |
#endif |