![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/contexts.h"#include "src/common/globals.h"#include "src/heap/heap-write-barrier.h"#include "src/objects/casting.h"#include "src/objects/dictionary-inl.h"#include "src/objects/fixed-array-inl.h"#include "src/objects/js-function-inl.h"#include "src/objects/js-objects-inl.h"#include "src/objects/map-inl.h"#include "src/objects/objects-inl.h"#include "src/objects/ordered-hash-table-inl.h"#include "src/objects/regexp-match-info.h"#include "src/objects/scope-info.h"#include "src/objects/shared-function-info.h"#include "src/objects/object-macros.h"#include "torque-generated/src/objects/contexts-tq-inl.inc"#include "src/objects/object-macros-undef.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | NATIVE_CONTEXT_FIELD_ACCESSORS(index, type, name) |
| #define | CHECK_FOLLOWS2(v1, v2) |
| #define | CHECK_FOLLOWS4(v1, v2, v3, v4) |
Functions | |
| v8::internal::EXTERNAL_POINTER_ACCESSORS (NativeContext, microtask_queue, MicrotaskQueue *, kMicrotaskQueueOffset, kNativeContextMicrotaskQueueTag) void NativeContext | |
| #define CHECK_FOLLOWS2 | ( | v1, | |
| v2 ) |
Definition at line 205 of file contexts-inl.h.
| #define CHECK_FOLLOWS4 | ( | v1, | |
| v2, | |||
| v3, | |||
| v4 ) |
Definition at line 206 of file contexts-inl.h.
| #define NATIVE_CONTEXT_FIELD_ACCESSORS | ( | index, | |
| type, | |||
| name ) |
Definition at line 185 of file contexts-inl.h.