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

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::FrameState:

Public Member Functions

 FrameState ()
 
void SetCaughtException (Isolate *isolate, uint32_t catch_block_index, DirectHandle< Object > exception)
 
DirectHandle< ObjectGetCaughtException (Isolate *isolate, uint32_t catch_block_index) const
 
void DisposeCaughtExceptionsArray (Isolate *isolate)
 
void ResetHandleScope (Isolate *isolate)
 

Public Attributes

const WasmBytecodecurrent_function_
 
const FrameStateprevious_frame_
 
const uint8_t * current_bytecode_
 
uint8_t * current_sp_
 
WasmInterpreterThreadthread_
 
uint32_t ref_array_current_sp_
 
HandleScopehandle_scope_
 
Handle< FixedArraycaught_exceptions_
 

Detailed Description

Definition at line 95 of file wasm-interpreter.h.

Constructor & Destructor Documentation

◆ FrameState()

v8::internal::wasm::FrameState::FrameState ( )
inline

Definition at line 96 of file wasm-interpreter.h.

Member Function Documentation

◆ DisposeCaughtExceptionsArray()

void v8::internal::wasm::FrameState::DisposeCaughtExceptionsArray ( Isolate * isolate)

Definition at line 209 of file wasm-interpreter.cc.

◆ GetCaughtException()

DirectHandle< Object > v8::internal::wasm::FrameState::GetCaughtException ( Isolate * isolate,
uint32_t catch_block_index ) const

Definition at line 201 of file wasm-interpreter.cc.

◆ ResetHandleScope()

void v8::internal::wasm::FrameState::ResetHandleScope ( Isolate * isolate)
inline

Definition at line 156 of file wasm-interpreter-inl.h.

◆ SetCaughtException()

void v8::internal::wasm::FrameState::SetCaughtException ( Isolate * isolate,
uint32_t catch_block_index,
DirectHandle< Object > exception )

Definition at line 188 of file wasm-interpreter.cc.

Member Data Documentation

◆ caught_exceptions_

Handle<FixedArray> v8::internal::wasm::FrameState::caught_exceptions_

Definition at line 128 of file wasm-interpreter.h.

◆ current_bytecode_

const uint8_t* v8::internal::wasm::FrameState::current_bytecode_

Definition at line 116 of file wasm-interpreter.h.

◆ current_function_

const WasmBytecode* v8::internal::wasm::FrameState::current_function_

Definition at line 114 of file wasm-interpreter.h.

◆ current_sp_

uint8_t* v8::internal::wasm::FrameState::current_sp_

Definition at line 117 of file wasm-interpreter.h.

◆ handle_scope_

HandleScope* v8::internal::wasm::FrameState::handle_scope_

Definition at line 120 of file wasm-interpreter.h.

◆ previous_frame_

const FrameState* v8::internal::wasm::FrameState::previous_frame_

Definition at line 115 of file wasm-interpreter.h.

◆ ref_array_current_sp_

uint32_t v8::internal::wasm::FrameState::ref_array_current_sp_

Definition at line 119 of file wasm-interpreter.h.

◆ thread_

WasmInterpreterThread* v8::internal::wasm::FrameState::thread_

Definition at line 118 of file wasm-interpreter.h.


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