Home
last modified time | relevance | path

Searched refs:source_map_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h927 std::unique_ptr<WasmModuleSourceMap> source_map_; variable
Dwasm-code-manager.cc1479 source_map_ = std::move(source_map); in SetWasmSourceMap()
1483 return source_map_.get(); in GetWasmSourceMap()