![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/roots/roots.h"#include "src/common/ptr-compr-inl.h"#include "src/execution/isolate.h"#include "src/execution/local-isolate.h"#include "src/handles/handles.h"#include "src/heap/page-metadata-inl.h"#include "src/heap/read-only-heap-inl.h"#include "src/objects/api-callbacks.h"#include "src/objects/cell.h"#include "src/objects/descriptor-array.h"#include "src/objects/feedback-vector.h"#include "src/objects/heap-number.h"#include "src/objects/hole.h"#include "src/objects/literal-objects.h"#include "src/objects/map.h"#include "src/objects/oddball.h"#include "src/objects/property-array.h"#include "src/objects/property-cell.h"#include "src/objects/scope-info.h"#include "src/objects/slots.h"#include "src/objects/string.h"#include "src/objects/swiss-name-dictionary.h"#include "src/objects/tagged.h"#include "src/roots/static-roots.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | ROOT_ACCESSOR(Type, name, CamelName) |
| #define | ROOT_ACCESSOR(Type, name, CamelName) |
Functions | |
| V8_INLINE constexpr bool | v8::internal::operator< (RootIndex lhs, RootIndex rhs) |
| V8_INLINE RootIndex | v8::internal::operator++ (RootIndex &index) |
| ReadOnlyRoots | v8::internal::GetReadOnlyRoots () |
| #define ROOT_ACCESSOR | ( | Type, | |
| name, | |||
| CamelName ) |
Definition at line 74 of file roots-inl.h.
| #define ROOT_ACCESSOR | ( | Type, | |
| name, | |||
| CamelName ) |
Definition at line 74 of file roots-inl.h.