kernel.core.dstubs



void _d_monitorenter(Object h);


void abort();
Random stubs (they'll go somewhere eventually)

Object _d_toObject(void* p);
Given a pointer: If it is an Object, return that Object. If it is an interface, return the Object implementing the interface. If it is null, return null. Else, undefined crash

Object _d_interface_cast(void* p, ClassInfo c);
Attempts to cast Object o to class c. Returns o if successful, null if not.

void* _d_interface_vtbl(ClassInfo ic, Object o);
Find the vtbl[] associated with Interface ic.

void _d_assert(char[] file, uint line);
Exception stubs


Page generated by Ddoc.