V8 Project
|
Go to the source code of this file.
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::base | |
Typedefs | |
typedef MagicNumbersForDivision< uint32_t > | v8::base::M32 |
typedef MagicNumbersForDivision< uint64_t > | v8::base::M64 |
Functions | |
template<class T > | |
std::ostream & | v8::base::operator<< (std::ostream &os, const MagicNumbersForDivision< T > &mag) |
static M32 | v8::base::s32 (int32_t d) |
static M64 | v8::base::s64 (int64_t d) |
static M32 | v8::base::u32 (uint32_t d) |
static M64 | v8::base::u64 (uint64_t d) |
v8::base::TEST (DivisionByConstant, Signed32) | |
v8::base::TEST (DivisionByConstant, Unsigned32) | |
v8::base::TEST (DivisionByConstant, Signed64) | |
v8::base::TEST (DivisionByConstant, Unsigned64) | |