![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/heap/factory.h"#include "src/common/globals.h"#include "src/execution/isolate-inl.h"#include "src/handles/handles-inl.h"#include "src/heap/factory-base-inl.h"#include "src/heap/heap-inl.h"#include "src/objects/feedback-cell.h"#include "src/objects/foreign.h"#include "src/objects/heap-number-inl.h"#include "src/objects/heap-object.h"#include "src/objects/objects-inl.h"#include "src/objects/oddball.h"#include "src/objects/string-inl.h"#include "src/objects/string-table-inl.h"#include "src/strings/string-hasher.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 ) |
Definition at line 32 of file factory-inl.h.