exposed moo_lookupdic_noseterr() which doesn't set error information upon failure so as to avoid setting error information unnecessarily during method lookup(moo_findmethod(), etc)
This commit is contained in:
@ -1173,6 +1173,12 @@ moo_oop_association_t moo_getatdic (
|
||||
moo_oop_t key
|
||||
);
|
||||
|
||||
moo_oop_association_t moo_lookupdic_noseterr (
|
||||
moo_t* moo,
|
||||
moo_oop_dic_t dic,
|
||||
const moo_oocs_t* name
|
||||
);
|
||||
|
||||
moo_oop_association_t moo_lookupdic (
|
||||
moo_t* moo,
|
||||
moo_oop_dic_t dic,
|
||||
|
Reference in New Issue
Block a user