MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / checkBase

Function checkBase

include/cpp/VirtualArray.h:101–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 inline void checkBase() const
102 {
103 #ifdef HXCPP_CHECK_POINTER
104 if (store==hx::arrayNull)
105 {
106 hx::NullReference("Array", true);
107 // The handler might have fixed up the null value
108 if (store==hx::arrayNull) hx::NullReference("Array", false);
109 }
110 #endif
111 }
112
113 void EnsureStorage(const Dynamic &inValue)
114 {

Callers 15

__GetItemMethod · 0.85
__SetItemMethod · 0.85
sizeFunction · 0.85
__lengthFunction · 0.85
ItemStringFunction · 0.85
GetElementSizeFunction · 0.85
safeSortFunction · 0.85
popFunction · 0.85
containsFunction · 0.85
removeFunction · 0.85
removeAtFunction · 0.85
indexOfFunction · 0.85

Calls 1

NullReferenceFunction · 0.85

Tested by

no test coverage detected