MCPcopy Create free account
hub / github.com/ReadyTalk/avian / makeArrayInterfaceTable

Function makeArrayInterfaceTable

src/machine.cpp:3197–3206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3195}
3196
3197void makeArrayInterfaceTable(Thread* t)
3198{
3199 GcArray* interfaceTable = makeArray(t, 4);
3200
3201 interfaceTable->setBodyElement(t, 0, type(t, GcSerializable::Type));
3202
3203 interfaceTable->setBodyElement(t, 2, type(t, GcCloneable::Type));
3204
3205 roots(t)->setArrayInterfaceTable(t, interfaceTable);
3206}
3207
3208void boot(Thread* t)
3209{

Callers 2

bootFunction · 0.85
initMethod · 0.85

Calls 2

typeFunction · 0.85
rootsFunction · 0.85

Tested by

no test coverage detected