Home
last modified time | relevance | path

Searched defs:WasmException (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h82 struct WasmException { struct
83 explicit WasmException(const WasmExceptionSig* sig) : sig(sig) {} in WasmException() function
86 const WasmExceptionSig* sig; // type signature of the exception. argument