![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/execution/isolate-utils.h"
#include "src/common/ptr-compr-inl.h"
#include "src/execution/isolate.h"
#include "src/heap/heap-inl.h"
#include "src/sandbox/isolate.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
V8_INLINE Heap * | v8::internal::GetHeapFromWritableObject (Tagged< HeapObject > object) |
V8_INLINE Isolate * | v8::internal::GetIsolateFromWritableObject (Tagged< HeapObject > object) |
V8_INLINE Heap * | v8::internal::GetHeapFromWritableObject (const HeapObjectLayout &object) |
V8_INLINE Isolate * | v8::internal::GetIsolateFromWritableObject (const HeapObjectLayout &object) |
V8_INLINE bool | v8::internal::GetIsolateFromHeapObject (Tagged< HeapObject > object, Isolate **isolate) |