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

Static Public Member Functions

static DirectHandle< JSObjectCreate (Isolate *isolate, DirectHandle< WasmStruct > value)
 
static uint32_t Count (Isolate *isolate, DirectHandle< WasmStruct > obj)
 
static DirectHandle< ObjectGet (Isolate *isolate, DirectHandle< WasmStruct > obj, uint32_t index)
 
static DirectHandle< StringGetName (Isolate *isolate, DirectHandle< WasmStruct > obj, uint32_t index)
 

Static Public Attributes

static constexpr char const * kClassName = "Struct"
 

Detailed Description

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

Member Function Documentation

◆ Count()

static uint32_t v8::internal::StructProxy::Count ( Isolate * isolate,
DirectHandle< WasmStruct > obj )
inlinestatic

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

Here is the call graph for this function:

◆ Create()

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

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

Here is the caller graph for this function:

◆ Get()

static DirectHandle< Object > v8::internal::StructProxy::Get ( Isolate * isolate,
DirectHandle< WasmStruct > obj,
uint32_t index )
inlinestatic

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

Here is the call graph for this function:

◆ GetName()

static DirectHandle< String > v8::internal::StructProxy::GetName ( Isolate * isolate,
DirectHandle< WasmStruct > obj,
uint32_t index )
inlinestatic

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

Here is the call graph for this function:

Member Data Documentation

◆ kClassName

char const* v8::internal::StructProxy::kClassName = "Struct"
staticconstexpr

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


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