![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/numbers/cached-powers.h"
#include <limits.h>
#include <stdarg.h>
#include <stdint.h>
#include <cmath>
#include "src/base/logging.h"
#include "src/base/macros.h"
Go to the source code of this file.
Classes | |
struct | v8::base::CachedPower |
Namespaces | |
namespace | v8 |
namespace | v8::base |
Variables | |
static const CachedPower | v8::base::kCachedPowers [] |
static const int | v8::base::kCachedPowersOffset = 348 |
static const double | v8::base::kD_1_LOG2_10 = 0.30102999566398114 |