v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
debug-wasm-objects.cc File Reference
Include dependency graph for debug-wasm-objects.cc:

Go to the source code of this file.

Classes

struct  v8::internal::StructProxy
 
struct  v8::internal::ArrayProxy
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

DirectHandle< JSObjectv8::internal::GetWasmDebugProxy (WasmFrame *frame)
 
std::unique_ptr< debug::ScopeIteratorv8::internal::GetWasmScopeIterator (WasmFrame *frame)
 
DirectHandle< Stringv8::internal::GetWasmFunctionDebugName (Isolate *isolate, DirectHandle< WasmTrustedInstanceData > instance_data, uint32_t func_index)
 
DirectHandle< ArrayListv8::internal::AddWasmInstanceObjectInternalProperties (Isolate *isolate, DirectHandle< ArrayList > result, DirectHandle< WasmInstanceObject > instance)
 
DirectHandle< ArrayListv8::internal::AddWasmModuleObjectInternalProperties (Isolate *isolate, DirectHandle< ArrayList > result, DirectHandle< WasmModuleObject > module_object)
 
DirectHandle< ArrayListv8::internal::AddWasmTableObjectInternalProperties (Isolate *isolate, DirectHandle< ArrayList > result, DirectHandle< WasmTableObject > table)
 

Variable Documentation

◆ frame_

WasmFrame* const frame_
private

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

◆ kClassName

char const* kClassName = "Functions"
staticconstexpr

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

◆ kId

DebugProxyId kId = id
staticconstexpr

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

◆ type_

ScopeType type_
private

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