v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test-code-stubs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define STDCALL
 

Typedefs

typedef int32_t STDCALL ConvertDToIFuncType (double input)
 
typedef ConvertDToIFuncTypeConvertDToIFunc
 
typedef int32_t ConvertDToICallWrapperType (ConvertDToIFunc func, double from)
 
typedef
ConvertDToICallWrapperType
ConvertDToICallWrapper
 

Functions

int STDCALL ConvertDToICVersion (double d)
 
void RunAllTruncationTests (ConvertDToIFunc func)
 
void RunAllTruncationTests (ConvertDToICallWrapper callWrapper, ConvertDToIFunc func)
 

Macro Definition Documentation

#define STDCALL

Definition at line 38 of file test-code-stubs.h.

Typedef Documentation

typedef int32_t ConvertDToICallWrapperType(ConvertDToIFunc func, double from)

Definition at line 44 of file test-code-stubs.h.

Definition at line 42 of file test-code-stubs.h.

typedef int32_t STDCALL ConvertDToIFuncType(double input)

Definition at line 41 of file test-code-stubs.h.

Function Documentation

int STDCALL ConvertDToICVersion ( double  d)
void RunAllTruncationTests ( ConvertDToIFunc  func)

Definition at line 101 of file test-code-stubs.cc.

References DefaultCallWrapper(), and RunAllTruncationTests().

Referenced by RunAllTruncationTests(), and TEST().

void RunAllTruncationTests ( ConvertDToICallWrapper  callWrapper,
ConvertDToIFunc  func 
)

Definition at line 106 of file test-code-stubs.cc.

References Infinity, NaN, and RunOneTruncationTest.