![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "include/v8-local-handle.h"
#include "src/base/bit-field.h"
#include "src/common/globals.h"
#include "src/objects/property-details.h"
#include "src/utils/allocation.h"
Go to the source code of this file.
Classes | |
class | v8::internal::Accessors |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | ACCESSOR_INFO_LIST_GENERATOR(V, _) |
#define | ACCESSOR_GETTER_LIST(V) |
#define | ACCESSOR_SETTER_LIST(V) |
#define | ACCESSOR_CALLBACK_LIST_GENERATOR(V, _) |
#define | ACCESSOR_GETTER_DECLARATION(_, accessor_name, AccessorName, ...) |
#define | ACCESSOR_GETTER_DECLARATION(AccessorName) |
#define | ACCESSOR_SETTER_DECLARATION(AccessorName) |
#define | ACCESSOR_CALLBACK_DECLARATION(_, AccessorName, ...) |
#define | COUNT_ACCESSOR(...) |
#define | ACCESSOR_INFO_DECLARATION(_, accessor_name, AccessorName, ...) |
#define ACCESSOR_CALLBACK_DECLARATION | ( | _, | |
AccessorName, | |||
... ) |
Definition at line 88 of file accessors.h.
Definition at line 60 of file accessors.h.
#define ACCESSOR_GETTER_DECLARATION | ( | _, | |
accessor_name, | |||
AccessorName, | |||
... ) |
Definition at line 68 of file accessors.h.
#define ACCESSOR_GETTER_DECLARATION | ( | AccessorName | ) |
Definition at line 68 of file accessors.h.
#define ACCESSOR_GETTER_LIST | ( | V | ) |
Definition at line 52 of file accessors.h.
#define ACCESSOR_INFO_DECLARATION | ( | _, | |
accessor_name, | |||
AccessorName, | |||
... ) |
Definition at line 146 of file accessors.h.
Definition at line 25 of file accessors.h.
#define ACCESSOR_SETTER_DECLARATION | ( | AccessorName | ) |
Definition at line 81 of file accessors.h.
#define ACCESSOR_SETTER_LIST | ( | V | ) |
Definition at line 54 of file accessors.h.
#define COUNT_ACCESSOR | ( | ... | ) |