v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ArrayProxy Struct Reference
Inheritance diagram for v8::internal::ArrayProxy:
Collaboration diagram for v8::internal::ArrayProxy:

Static Public Member Functions

static DirectHandle< JSObjectCreate (Isolate *isolate, DirectHandle< WasmArray > value)
 
static v8::Local< v8::FunctionTemplateCreateTemplate (v8::Isolate *isolate)
 
static uint32_t Count (Isolate *isolate, DirectHandle< WasmArray > array)
 
static DirectHandle< ObjectGet (Isolate *isolate, DirectHandle< WasmArray > array, uint32_t index)
 

Static Public Attributes

static constexpr char const * kClassName = "Array"
 

Detailed Description

Definition at line 941 of file debug-wasm-objects.cc.

Member Function Documentation

◆ Count()

static uint32_t v8::internal::ArrayProxy::Count ( Isolate * isolate,
DirectHandle< WasmArray > array )
inlinestatic

Definition at line 966 of file debug-wasm-objects.cc.

◆ Create()

static DirectHandle< JSObject > v8::internal::ArrayProxy::Create ( Isolate * isolate,
DirectHandle< WasmArray > value )
inlinestatic

Definition at line 944 of file debug-wasm-objects.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CreateTemplate()

static v8::Local< v8::FunctionTemplate > v8::internal::ArrayProxy::CreateTemplate ( v8::Isolate * isolate)
inlinestatic

Definition at line 958 of file debug-wasm-objects.cc.

Here is the call graph for this function:

◆ Get()

static DirectHandle< Object > v8::internal::ArrayProxy::Get ( Isolate * isolate,
DirectHandle< WasmArray > array,
uint32_t index )
inlinestatic

Definition at line 970 of file debug-wasm-objects.cc.

Here is the call graph for this function:

Member Data Documentation

◆ kClassName

char const* v8::internal::ArrayProxy::kClassName = "Array"
staticconstexpr

Definition at line 942 of file debug-wasm-objects.cc.


The documentation for this struct was generated from the following file: