added moo_iskindof().
changed isKindOf: to utilize a new primitive _is_kind_of. marked BlockContext and MethodContext to be #final and #limited
This commit is contained in:
@ -1729,6 +1729,12 @@ MOO_EXPORT moo_oop_t moo_findclass (
|
||||
const moo_ooch_t* name
|
||||
);
|
||||
|
||||
MOO_EXPORT int moo_iskindof (
|
||||
moo_t* moo,
|
||||
moo_oop_t obj,
|
||||
moo_oop_class_t _class
|
||||
);
|
||||
|
||||
/* =========================================================================
|
||||
* TRAILER MANAGEMENT
|
||||
* ========================================================================= */
|
||||
|
Reference in New Issue
Block a user