Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ isNull
Method
isNull
include/common/types.h:406–406 ·
view source on GitHub ↗
Check whether it is null.
Source
from the content-addressed store, hash-verified
404
405
// Check whether it is null.
406
bool isNull() const { return getPtr<void>() == nullptr; }
407
408
// Getter for the raw data.
409
uint64x2_t getRawData() const noexcept { return Data; }
Callers
15
invoke
Method · 0.80
runRefIsNullOp
Method · 0.80
runRefAsNonNullOp
Method · 0.80
runRefConvOp
Method · 0.80
runThrowRefOp
Method · 0.80
runBrOnNullOp
Method · 0.80
runBrOnNonNullOp
Method · 0.80
proxyCallIndirect
Method · 0.80
proxyTableGetFuncSymbol
Method · 0.80
WasmEdge_ValueIsNullRef
Function · 0.80
WasmEdge_TableInstanceCreateWithInit
Function · 0.80
WasmEdge_Result WasmEdge_TableInstanceSetData
Function · 0.80
Calls
no outgoing calls
Tested by
2
checkNullTableEntry
Function · 0.64
compare
Method · 0.64