![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <memory>#include "include/v8-external-memory-accounter.h"#include "src/api/api.h"#include "src/execution/isolate.h"#include "src/handles/handles.h"#include "src/heap/factory.h"#include "src/objects/foreign.h"#include "src/sandbox/external-pointer-table.h"Go to the source code of this file.
Classes | |
| struct | v8::internal::TagForManaged< CppType > |
| struct | v8::internal::ManagedPtrDestructor |
| class | v8::internal::Managed< CppType > |
| class | v8::internal::TrustedManaged< CppType > |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | ASSIGN_EXTERNAL_POINTER_TAG_FOR_MANAGED(CppType, Tag) |
Functions | |
| void | v8::internal::ManagedObjectFinalizer (const v8::WeakCallbackInfo< void > &data) |