![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <string>
#include "src/base/compiler-specific.h"
#include "src/base/macros.h"
#include "src/zone/zone-containers.h"
#include "src/zone/zone.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::wasm |
Macros | |
#define | FOR_EACH_ASM_VALUE_TYPE_LIST(V) |
#define | FOR_EACH_ASM_CALLABLE_TYPE_LIST(V) |
#define | DEFINE_TAG(CamelName, string_name, number, parent_types) |
#define | DECLARE_CAST(CamelName) |
#define | DEFINE_CONSTRUCTOR(CamelName, string_name, number, parent_types) |
#define | DEFINE_CAST(CamelCase) |
#define DECLARE_CAST | ( | CamelName | ) |
Definition at line 111 of file asm-types.h.
#define DEFINE_CAST | ( | CamelCase | ) |
Definition at line 187 of file asm-types.h.
#define DEFINE_CONSTRUCTOR | ( | CamelName, | |
string_name, | |||
number, | |||
parent_types ) |
Definition at line 180 of file asm-types.h.
#define DEFINE_TAG | ( | CamelName, | |
string_name, | |||
number, | |||
parent_types ) |
Definition at line 65 of file asm-types.h.
#define FOR_EACH_ASM_CALLABLE_TYPE_LIST | ( | V | ) |
Definition at line 56 of file asm-types.h.
#define FOR_EACH_ASM_VALUE_TYPE_LIST | ( | V | ) |
Definition at line 24 of file asm-types.h.