Home
last modified time | relevance | path

Searched refs:IoObject_isLocals (Results 1 – 2 of 2) sorted by relevance

/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoObject_inline.h241 if(IoObject_isLocals(self)) in IoObject_addingRef_()
466 if (IoObject_isLocals(self)) in IO_METHOD()
H A DIoObject_struct.h123 #define IoObject_isLocals(self) (IoObject_deref(self)->isLocals) macro