V8 Project
bignum.cc File Reference
#include "src/v8.h"
#include "src/bignum.h"
#include "src/utils.h"
+ Include dependency graph for bignum.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Functions

template<typename S >
static int v8::internal::BitSize (S value)
 
static uint64_t v8::internal::ReadUInt64 (Vector< const char > buffer, int from, int digits_to_read)
 
static int v8::internal::HexCharValue (char c)
 
template<typename S >
static int v8::internal::SizeInHexChars (S number)
 
static char v8::internal::HexCharOfValue (int value)