![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/execution/isolate.h"#include "src/objects/contexts-inl.h"#include "src/objects/js-function.h"#include "src/objects/lookup-inl.h"#include "src/objects/objects-inl.h"#include "src/objects/oddball.h"#include "src/objects/property-cell.h"#include "src/objects/regexp-match-info.h"#include "src/objects/shared-function-info.h"#include "src/objects/source-text-module-inl.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | NATIVE_CONTEXT_FIELD_ACCESSOR(index, type, name) |
| #define NATIVE_CONTEXT_FIELD_ACCESSOR | ( | index, | |
| type, | |||
| name ) |
Definition at line 233 of file isolate-inl.h.