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

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 
namespace  v8::internal::wasm::gdb_server
 

Functions

int v8::internal::wasm::gdb_server::GetLEB128Size (base::Vector< const uint8_t > module_bytes, int offset)
 
int v8::internal::wasm::gdb_server::ReturnPc (const NativeModule *native_module, int pc)
 
template<typename T >
bool v8::internal::wasm::gdb_server::StoreValue (const T &value, uint8_t *buffer, uint32_t buffer_size, uint32_t *size)