v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <stdarg.h>
#include <limits.h>
#include "v8.h"
#include "conversions-inl.h"
#include "v8conversions.h"
#include "dtoa.h"
#include "factory.h"
#include "strtod.h"
Go to the source code of this file.
Namespaces | |
v8 | |
v8::internal | |
Functions | |
double | StringToDouble (UnicodeCache *unicode_cache, String *str, int flags, double empty_string_val) |
double | StringToInt (UnicodeCache *unicode_cache, String *str, int radix) |
uint16_t current_ |
Definition at line 59 of file v8conversions.cc.
Referenced by BASE_EMBEDDED< Visitor >::Advance(), BitVector::BASE_EMBEDDED::Current(), BASE_EMBEDDED< Visitor >::Current(), BASE_EMBEDDED< Visitor >::Done(), and LineEditor::LineEditor().
bool end_ |
Definition at line 60 of file v8conversions.cc.
Referenced by V8_FINAL< kOperandKind, kNumCachedOperands >::end(), StringCharacterStream::GetNext(), and V8_FINAL< kOperandKind, kNumCachedOperands >::IsFinished().
StringCharacterStream* const stream_ |
Definition at line 58 of file v8conversions.cc.
Referenced by V8_FINAL< kOperandKind, kNumCachedOperands >::ToString().