![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <iosfwd>
#include <limits>
#include "include/v8-fast-api-calls.h"
#include "src/base/bits.h"
#include "src/common/globals.h"
#include "src/flags/flags.h"
Go to the source code of this file.
Classes | |
class | v8::internal::MachineType |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | ASSERT_CONSECUTIVE(rep1, rep2) |
Variables | |
constexpr int | v8::internal::kMaximumReprSizeLog2 |
constexpr int | v8::internal::kMaximumReprSizeInBytes = 1 << kMaximumReprSizeLog2 |
#define ASSERT_CONSECUTIVE | ( | rep1, | |
rep2 ) |
Definition at line 66 of file machine-type.h.