![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <stddef.h>
#include <memory>
#include "v8-local-handle.h"
#include "v8-memory-span.h"
#include "v8-object.h"
#include "v8-platform.h"
#include "v8config.h"
Go to the source code of this file.
Classes | |
class | v8::BackingStore |
class | v8::ArrayBuffer |
class | v8::ArrayBuffer::Allocator |
class | v8::ArrayBufferView |
class | v8::DataView |
class | v8::SharedArrayBuffer |
Namespaces | |
namespace | v8 |
Typedefs | |
using | v8::BackingStoreDeleterCallback |
Enumerations | |
enum class | v8::ArrayBufferCreationMode { v8::kInternalized , v8::kExternalized } |
enum class | v8::BackingStoreInitializationMode { v8::kZeroInitialized , v8::kUninitialized } |
enum class | v8::BackingStoreOnFailureMode { v8::kReturnNull , v8::kOutOfMemory } |