MCPcopy 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
1300auto Trap::trace() const -> ownvec<Frame> {
1301 // TODO(v8): implement
1302 return ownvec<Frame>::make();
1303}
1304
1305
1306// Foreign Objects

Callers 3

runFunction · 0.80
runFunction · 0.80
wasm_trap_traceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected