28 #ifndef V8_V8CONVERSIONS_H_
29 #define V8_V8CONVERSIONS_H_
53 double empty_string_val = 0);
60 #endif // V8_V8CONVERSIONS_H_
uint32_t NumberToUint32(Object *number)
static Smi * cast(Object *object)
double StringToDouble(UnicodeCache *unicode_cache, const char *str, int flags, double empty_string_val)
double StringToInt(UnicodeCache *unicode_cache, String *str, int radix)
uint32_t DoubleToUint32(double x)
int32_t DoubleToInt32(double x)
int32_t NumberToInt32(Object *number)