Searched refs:StructType (Results 1 – 5 of 5) sorted by relevance
509 const StructType = function ctor(structName, structInfo){ class in self.Jaccwabyt525 StructType.prototype = Object.create(null, { class551 Object.defineProperties(StructType, {554 isA: rop((v)=>v instanceof StructType),555 hasExternalPointer: rop((v)=>(v instanceof StructType) && !!v[xPtrPropName]),620 rc = StructType.instanceForPointer(rc) || rc;638 if(isAutoPtrSig(descr.signature) && (v instanceof StructType)){726 StructCtor.prototype = new StructType(structName, structInfo, rop);738 StructBinder.instanceForPointer = StructType.instanceForPointer;739 StructBinder.StructType = StructType;
109 BST: box same "StructType<T>" fit at 1.5 e of BSBF134 **[`StructBinder.StructType`][StructType]** and are used to instantiate...347 [`(y instanceof StructType)`][StructType] then the value of `y.pointer` is535 a separate [StructType][] instance.560 [StructType][] for which this Struct Binder has created a599 [StructBinder][]_ as this StructType.661 Works identically to `StructBinder.StructType.memberKey()`.760 Works exactly as documented for [StructType][].763 Works exactly as documented for [StructType][].889 [StructType][].[all …]
623 const StructType = S.StructBinder.StructType;636 assert(k1 instanceof StructType).637 assert(StructType.isA(k1)).640 assert(k1 === StructType.instanceForPointer(k1.pointer)).709 assert(wts instanceof StructType).710 assert(StructType.isA(wts)).711 assert(wts === StructType.instanceForPointer(wts.pointer));985 T.assert(dVfs instanceof SB.StructType)989 .assert(SB.StructType.hasExternalPointer(dVfs))
45 if(v && v.constructor && v instanceof StructBinder.StructType){
596 if(!(tgt instanceof sqlite3.StructBinder.StructType)){