![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::bigint |
Functions | |
digit_t | v8::bigint::AddAndReturnOverflow (RWDigits Z, Digits X) |
digit_t | v8::bigint::SubAndReturnBorrow (RWDigits Z, Digits X) |
void | v8::bigint::Add (RWDigits X, digit_t y) |
void | v8::bigint::Subtract (RWDigits X, digit_t y) |
digit_t | v8::bigint::AddAndReturnCarry (RWDigits Z, Digits X, Digits Y) |
digit_t | v8::bigint::SubtractAndReturnBorrow (RWDigits Z, Digits X, Digits Y) |
bool | v8::bigint::IsDigitNormalized (Digits X) |
bool | v8::bigint::IsBitNormalized (Digits X) |
bool | v8::bigint::GreaterThanOrEqual (Digits A, Digits B) |
int | v8::bigint::BitLength (Digits X) |