![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/debug/wasm/gdb-server/wasm-module-debug.h"
#include "src/api/api-inl.h"
#include "src/api/api.h"
#include "src/execution/frames-inl.h"
#include "src/execution/frames.h"
#include "src/objects/script.h"
#include "src/wasm/module-instantiate.h"
#include "src/wasm/wasm-debug.h"
#include "src/wasm/wasm-value.h"
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) |