Home
last modified time | relevance | path

Searched refs:DebugInfoImpl (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.h32 class DebugInfoImpl;
229 std::unique_ptr<DebugInfoImpl> impl_;
H A Dwasm-debug.cc115 class DebugInfoImpl { class
117 explicit DebugInfoImpl(NativeModule* native_module) in DebugInfoImpl() function in v8::internal::wasm::DebugInfoImpl
120 DebugInfoImpl(const DebugInfoImpl&) = delete;
121 DebugInfoImpl& operator=(const DebugInfoImpl&) = delete;
532 FrameInspectionScope(DebugInfoImpl* debug_info, Address pc) in FrameInspectionScope()
786 : impl_(std::make_unique<DebugInfoImpl>(native_module)) {} in DebugInfo()

Completed in 4 milliseconds