MCPcopy Create free account
hub / github.com/beefytech/Beef / IsObjectOrInterface

Method IsObjectOrInterface

IDEHelper/Compiler/BfResolvedTypeUtils.h:586–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584 virtual bool IsObject() { return false; }
585 virtual bool IsObjectOrStruct() { return false; }
586 virtual bool IsObjectOrInterface() { return false; }
587 virtual bool IsString() { return false; }
588 virtual bool IsSizedArray() { return false; }
589 virtual bool IsUndefSizedArray() { return false; }

Callers 15

EmitDeferredCallMethod · 0.45
TryInitVarMethod · 0.45
VisitMethod · 0.45
GetDefaultValueMethod · 0.45
GetMarkFuncPtrMethod · 0.45
SkipObjectAccessCheckMethod · 0.45
EmitObjectAccessCheckMethod · 0.45
ToRefMethod · 0.45
LoadValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected