![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/sandbox/code-pointer-table.h"#include "src/sandbox/cppheap-pointer-table.h"#include "src/sandbox/external-pointer-table.h"#include "src/sandbox/indirect-pointer-tag.h"#include "src/sandbox/js-dispatch-table.h"#include "src/sandbox/trusted-pointer-table.h"Go to the source code of this file.
Classes | |
| class | v8::internal::IsolateForSandbox |
| class | v8::internal::IsolateForPointerCompression |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| V8_INLINE IsolateForSandbox | v8::internal::GetIsolateForSandbox (Tagged< HeapObject >) |
| V8_INLINE IsolateForSandbox | v8::internal::GetCurrentIsolateForSandbox () |