v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include "conversions.h"
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) |
bool | TryNumberToSize (Isolate *isolate, Object *number, size_t *result) |
size_t | NumberToSize (Isolate *isolate, Object *number) |