v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
v8conversions.h File Reference
#include "conversions.h"
Include dependency graph for v8conversions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 v8
 
 v8::internal
 

Functions

int32_t NumberToInt32 (Object *number)
 
uint32_t NumberToUint32 (Object *number)
 
double StringToDouble (UnicodeCache *unicode_cache, String *str, int flags, double empty_string_val)
 
double StringToInt (UnicodeCache *unicode_cache, String *str, int radix)