Searched refs:resolveToInstance (Results 1 – 3 of 3) sorted by relevance
638 assert(K.resolveToInstance(k1.pointer)===k1).639 mustThrowMatching(()=>K.resolveToInstance(null,true), /is-not-a my_struct/).869 arg = capi.sqlite3_file.resolveToInstance(arg);966 .assert(IOM.resolveToInstance(iom))967 .assert(undefined ===IOM.resolveToInstance(sfile))968 .mustThrow(()=>IOM.resolveToInstance(0,true))969 .assert(S3F.resolveToInstance(sfile.pointer))970 .assert(undefined===S3F.resolveToInstance(iom))971 .assert(iom===IOM.resolveToInstance(sfile.$pMethods));
713 resolveToInstance: rop(function(v, throwIfNot=false){ property
765 - `resolveToInstance(value [,throwIfNot=false])`