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:
hyunghwan.chung
2018-12-10 13:34:31 +00:00
parent 1d3d7aee4c
commit 8d10b4a5fa
4 changed files with 22 additions and 5 deletions

View File

@ -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,