#include <wasm-module-sourcemap.h>
Definition at line 38 of file wasm-module-sourcemap.h.
◆ WasmModuleSourceMap()
◆ DecodeMapping()
bool v8::internal::wasm::WasmModuleSourceMap::DecodeMapping |
( |
const std::string & | s | ) |
|
|
private |
◆ EstimateCurrentMemoryConsumption()
size_t v8::internal::wasm::WasmModuleSourceMap::EstimateCurrentMemoryConsumption |
( |
| ) |
const |
◆ GetFilename()
std::string v8::internal::wasm::WasmModuleSourceMap::GetFilename |
( |
size_t | wasm_offset | ) |
const |
◆ GetSourceLine()
size_t v8::internal::wasm::WasmModuleSourceMap::GetSourceLine |
( |
size_t | wasm_offset | ) |
const |
◆ HasSource()
bool v8::internal::wasm::WasmModuleSourceMap::HasSource |
( |
size_t | start, |
|
|
size_t | end ) const |
◆ HasValidEntry()
bool v8::internal::wasm::WasmModuleSourceMap::HasValidEntry |
( |
size_t | start, |
|
|
size_t | addr ) const |
◆ IsValid()
bool v8::internal::wasm::WasmModuleSourceMap::IsValid |
( |
| ) |
const |
|
inline |
◆ file_idxs
std::vector<size_t> v8::internal::wasm::WasmModuleSourceMap::file_idxs |
|
private |
◆ filenames
std::vector<std::string> v8::internal::wasm::WasmModuleSourceMap::filenames |
|
private |
◆ offsets
std::vector<size_t> v8::internal::wasm::WasmModuleSourceMap::offsets |
|
private |
◆ source_row
std::vector<size_t> v8::internal::wasm::WasmModuleSourceMap::source_row |
|
private |
◆ valid_
bool v8::internal::wasm::WasmModuleSourceMap::valid_ = false |
|
private |
The documentation for this class was generated from the following files: