v8  10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
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.

Data Structures

class  BackingStore
 
class  ArrayBuffer
 
class  ArrayBuffer::Allocator
 
class  ArrayBufferView
 
class  DataView
 
class  SharedArrayBuffer
 

Namespaces

 v8
 

Macros

#define V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT   2
 
#define V8_ARRAY_BUFFER_VIEW_INTERNAL_FIELD_COUNT   2
 

Typedefs

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

Enumerations

enum class  ArrayBufferCreationMode { kInternalized , kExternalized }
 

Macro Definition Documentation

◆ V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT

#define V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT   2

Definition at line 22 of file v8-array-buffer.h.

◆ V8_ARRAY_BUFFER_VIEW_INTERNAL_FIELD_COUNT

#define V8_ARRAY_BUFFER_VIEW_INTERNAL_FIELD_COUNT   2

Definition at line 276 of file v8-array-buffer.h.