![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Classes | |
class | v8::bigint::ProcessorImpl |
class | v8::bigint::Storage |
class | v8::bigint::ScratchDigits |
Namespaces | |
namespace | v8 |
namespace | v8::bigint |
Macros | |
#define | CHECK(cond) |
#define | DCHECK(cond) |
#define | USE(var) |
Functions | |
constexpr int | v8::bigint::DivideBarrettScratchSpace (int n) |
constexpr int | v8::bigint::InvertNewtonScratchSpace (int n) |
constexpr int | v8::bigint::InvertScratchSpace (int n) |
Variables | |
constexpr int | v8::bigint::kKaratsubaThreshold = 34 |
constexpr int | v8::bigint::kToomThreshold = 193 |
constexpr int | v8::bigint::kFftThreshold = 1500 |
constexpr int | v8::bigint::kFftInnerThreshold = 200 |
constexpr int | v8::bigint::kBurnikelThreshold = 57 |
constexpr int | v8::bigint::kNewtonInversionThreshold = 50 |
constexpr int | v8::bigint::kToStringFastThreshold = 43 |
constexpr int | v8::bigint::kFromStringLargeThreshold = 300 |
constexpr int | v8::bigint::kInvertNewtonExtraSpace = 5 |
#define CHECK | ( | cond | ) |
Definition at line 116 of file bigint-internal.h.
#define DCHECK | ( | cond | ) |
Definition at line 126 of file bigint-internal.h.
#define USE | ( | var | ) |
Definition at line 129 of file bigint-internal.h.