![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <string_view>#include "src/base/export-template.h"#include "src/base/strings.h"#include "src/common/globals.h"#include "src/handles/maybe-handles.h"#include "src/objects/code-kind.h"#include "src/objects/function-kind.h"#include "src/objects/instance-type.h"#include "src/roots/roots.h"#include "torque-generated/class-forward-declarations.h"#include "torque-generated/factory.inc"Go to the source code of this file.
Classes | |
| struct | v8::internal::NewCodeOptions |
| class | v8::internal::FactoryBase< Impl > |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::wasm |
Macros | |
| #define | ROOT_ACCESSOR(Type, name, CamelName) |
Typedefs | |
| using | v8::internal::FixedInt32Array = FixedIntegerArrayBase<int32_t, ByteArray> |
| using | v8::internal::FixedUInt32Array = FixedIntegerArrayBase<uint32_t, ByteArray> |
Enumerations | |
| enum class | v8::internal::NumberCacheMode { v8::internal::kIgnore , v8::internal::kSetOnly , v8::internal::kBoth } |
Functions | |
| template<typename Impl > | |
| class | v8::internal::EXPORT_TEMPLATE_DECLARE (V8_EXPORT_PRIVATE) TorqueGeneratedFactory |
| template class | v8::internal::EXPORT_TEMPLATE_DECLARE (V8_EXPORT_PRIVATE) RelocIteratorBase< RelocInfo > |
| #define ROOT_ACCESSOR | ( | Type, | |
| name, | |||
| CamelName ) |
Definition at line 111 of file factory-base.h.