![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/execution/protectors.h"
#include "src/execution/isolate-inl.h"
#include "src/execution/protectors-inl.h"
#include "src/handles/handles-inl.h"
#include "src/objects/contexts.h"
#include "src/objects/property-cell.h"
#include "src/objects/smi.h"
#include "src/tracing/trace-event.h"
#include "src/utils/utils.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | V(Name, ...) |
#define | INVALIDATE_PROTECTOR_ON_ISOLATE_DEFINITION(name, unused_index, cell) |
#define INVALIDATE_PROTECTOR_ON_ISOLATE_DEFINITION | ( | name, | |
unused_index, | |||
cell ) |
Definition at line 48 of file protectors.cc.
#define V | ( | Name, | |
... ) |
Definition at line 40 of file protectors.cc.