![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/macros.h"#include "src/common/globals.h"#include "src/objects/object-list-macros.h"#include "src/objects/objects-definitions.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | ENUM_ELEMENT(Name) |
| #define | ENUM_STRUCT_ELEMENT(NAME, Name, name) |
Enumerations | |
| enum class | v8::internal::ObjectType |
Functions | |
| Address | v8::internal::CheckObjectType (Address raw_value, Address raw_type, Address raw_location) |
| #define ENUM_ELEMENT | ( | Name | ) |
Definition at line 16 of file object-type.h.
| #define ENUM_STRUCT_ELEMENT | ( | NAME, | |
| Name, | |||
| name ) |
Definition at line 17 of file object-type.h.