MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / runRefIsNullOp

Method runRefIsNullOp

lib/executor/engine/refInstr.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83Expect<void> Executor::runRefIsNullOp(ValVariant &Val) const noexcept {
84 Val.emplace<uint32_t>(Val.get<RefVariant>().isNull() ? 1U : 0U);
85 return {};
86}
87
88Expect<void> Executor::runRefFuncOp(Runtime::StackManager &StackMgr,
89 uint32_t Idx) const noexcept {

Callers

nothing calls this directly

Calls 1

isNullMethod · 0.80

Tested by

no test coverage detected