Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ trace
Method
trace
src/wasm-v8.cc:1300–1303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1298
}
1299
1300
auto Trap::trace() const -> ownvec<Frame> {
1301
// TODO(v8): implement
1302
return ownvec<Frame>::make();
1303
}
1304
1305
1306
// Foreign Objects
Callers
3
run
Function · 0.80
run
Function · 0.80
wasm_trap_trace
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected