MCPcopy 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

checkInstrMethod · 0.80
validateMethod · 0.80
invokeMethod · 0.80
runRefTestOpMethod · 0.80
runBrOnCastOpMethod · 0.80
runFunctionMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64