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

Method is_f64_const

winch/codegen/src/stack.rs:293–298  ·  view source on GitHub ↗

Check whether the value is an f64 constant.

(&self)

Source from the content-addressed store, hash-verified

291
292 /// Check whether the value is an f64 constant.
293 pub fn is_f64_const(&self) -> bool {
294 match *self {
295 Self::F64(_) => true,
296 _ => false,
297 }
298 }
299
300 /// Get the type of the value.
301 pub fn ty(&self) -> WasmValType {

Callers 2

pop_f64_constMethod · 0.80
pop_f64_constMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected