![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler/simplified-lowering-verifier.h"
#include "src/compiler/backend/instruction-codes.h"
#include "src/compiler/common-operator.h"
#include "src/compiler/operation-typer.h"
#include "src/compiler/type-cache.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::compiler |
Macros | |
#define | CASE(code, ...) |
Functions | |
bool | v8::internal::compiler::IsNonTruncatingMachineTypeFor (const MachineType &mt, const Type &type, Zone *graph_zone) |
bool | v8::internal::compiler::IsModuloTruncation (const Truncation &truncation) |
#define CASE | ( | code, | |
... ) |