Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ isNullableRefType
Method
isNullableRefType
include/common/types.h:225–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
bool isNullableRefType() const noexcept {
226
return (Inner.Data.Code == TypeCode::RefNull);
227
}
228
229
bool isAbsHeapType() const noexcept {
230
if (isRefType()) {
Callers
15
checkInstr
Method · 0.80
validate
Method · 0.80
invoke
Method · 0.80
runRefTestOp
Method · 0.80
runBrOnCastOp
Method · 0.80
runFunction
Method · 0.80
WasmEdge_ValTypeIsRefNull
Function · 0.80
WasmEdge_TableInstanceCreate
Function · 0.80
WasmEdge_TableInstanceCreateWithInit
Function · 0.80
WasmEdge_Result WasmEdge_TableInstanceSetData
Function · 0.80
WasmEdge_GlobalInstanceCreate
Function · 0.80
WasmEdge_Result WasmEdge_GlobalInstanceSetValue
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64