Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs | Enumerations
v8-array-buffer.h File Reference
#include <stddef.h>
#include <memory>
#include "v8-local-handle.h"
#include "v8-object.h"
#include "v8config.h"
Include dependency graph for v8-array-buffer.h:
This graph shows which files directly or indirectly include this file:

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
 

Macros

#define V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT   2
 
#define V8_ARRAY_BUFFER_VIEW_INTERNAL_FIELD_COUNT   2
 

Typedefs

using v8::BackingStoreDeleterCallback = void(*)(void *data, size_t length, void *deleter_data)
 

Enumerations

enum class  v8::ArrayBufferCreationMode { v8::kInternalized , v8::kExternalized }
 

Macro Definition Documentation

◆ V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT

#define V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT   2

◆ V8_ARRAY_BUFFER_VIEW_INTERNAL_FIELD_COUNT

#define V8_ARRAY_BUFFER_VIEW_INTERNAL_FIELD_COUNT   2