![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cstddef>#include <cstdint>#include "cppgc/heap-handle.h"#include "cppgc/heap-state.h"#include "cppgc/internal/api-constants.h"#include "cppgc/internal/atomic-entry-flag.h"#include "cppgc/internal/base-page-handle.h"#include "cppgc/internal/member-storage.h"#include "cppgc/platform.h"#include "cppgc/sentinel-pointer.h"#include "cppgc/trace-trait.h"#include "v8config.h"Go to the source code of this file.
Namespaces | |
| namespace | cppgc |
| namespace | cppgc::internal |
Functions | |
| template<WriteBarrier::Type type> | |
| V8_INLINE WriteBarrier::Type | cppgc::internal::SetAndReturnType (WriteBarrier::Params ¶ms) |