MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / fatal

Method fatal

cranelift/codegen/src/verifier/mod.rs:216–219  ·  view source on GitHub ↗

Report a fatal error and return `Err`.

(&mut self, error: impl Into<VerifierError>)

Source from the content-addressed store, hash-verified

214
215 /// Report a fatal error and return `Err`.
216 pub fn fatal(&mut self, error: impl Into<VerifierError>) -> VerifierStepResult {
217 self.report(error);
218 Err(())
219 }
220
221 /// Report a non-fatal error and return `Ok`.
222 pub fn nonfatal(&mut self, error: impl Into<VerifierError>) -> VerifierStepResult {

Callers 15

encodable_as_bbMethod · 0.80
block_integrityMethod · 0.80
instruction_integrityMethod · 0.80
verify_blockMethod · 0.80
verify_sig_refMethod · 0.80
verify_inst_argMethod · 0.80
verify_inst_resultMethod · 0.80
verify_bitcastMethod · 0.80
verify_constant_sizeMethod · 0.80
domtree_integrityMethod · 0.80

Calls 1

reportMethod · 0.45

Tested by

no test coverage detected