![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler/operation-typer.h"#include "src/compiler/common-operator.h"#include "src/compiler/js-heap-broker.h"#include "src/compiler/turbofan-types.h"#include "src/compiler/type-cache.h"#include "src/objects/oddball.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::compiler |
Macros | |
| #define | SPECULATIVE_NUMBER_BINOP(Name) |
| #define | MACHINE_BINOP(Name) |
| #define | BIGINT_BINOP(Name) |
| #define | SPECULATIVE_BIGINT_BINOP(Name) |
| #define BIGINT_BINOP | ( | Name | ) |
Definition at line 1191 of file operation-typer.cc.
| #define MACHINE_BINOP | ( | Name | ) |
Definition at line 1182 of file operation-typer.cc.
| #define SPECULATIVE_BIGINT_BINOP | ( | Name | ) |
Definition at line 1208 of file operation-typer.cc.
| #define SPECULATIVE_NUMBER_BINOP | ( | Name | ) |
Definition at line 1162 of file operation-typer.cc.