Searched refs:StructCtor (Results 1 – 1 of 1) sorted by relevance
686 const StructCtor = function StructCtor(externalMemory){ class in self.Jaccwabyt.StructBinder687 if(!(this instanceof StructCtor)){695 __allocStruct(StructCtor, this);698 Object.defineProperties(StructCtor,{704 if(b) __freeStruct(StructCtor, b, ptr);707 return StructCtor;710 isA: rop((v)=>v instanceof StructCtor),714 if(!(v instanceof StructCtor)){727 Object.defineProperties(StructCtor.prototype,{729 constructor: rop(StructCtor)[all …]