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

Method table_access_spectre_mitigation

winch/codegen/src/codegen/env.rs:329–331  ·  view source on GitHub ↗

Returns true if Spectre mitigations are enabled for table element accesses.

(&self)

Source from the content-addressed store, hash-verified

327 /// Returns true if Spectre mitigations are enabled for table element
328 /// accesses.
329 pub fn table_access_spectre_mitigation(&self) -> bool {
330 self.table_access_spectre_mitigation
331 }
332
333 pub(crate) fn callee_sig<'b, A>(&'b mut self, callee: &'b Callee) -> Result<&'b ABISig>
334 where

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected