|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include "src/heap/factory-base.h"#include <type_traits>#include "src/heap/local-heap-inl.h"#include "src/numbers/conversions.h"#include "src/objects/heap-number.h"#include "src/objects/map.h"#include "src/objects/slots-inl.h"#include "src/objects/smi.h"#include "src/objects/struct-inl.h"#include "src/roots/roots.h"Go to the source code of this file.
| Namespaces | |
| namespace | v8 | 
| namespace | v8::internal | 
| Macros | |
| #define | RO_ROOT_ACCESSOR(Type, name, CamelName) | 
| #define | MUTABLE_ROOT_ACCESSOR(Type, name, CamelName) | 
| #define MUTABLE_ROOT_ACCESSOR | ( | Type, | |
| name, | |||
| CamelName ) | 
Definition at line 33 of file factory-base-inl.h.
| #define RO_ROOT_ACCESSOR | ( | Type, | |
| name, | |||
| CamelName ) | 
Definition at line 25 of file factory-base-inl.h.