Home
last modified time | relevance | path

Searched refs:StructCtor (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.js686 const StructCtor = function StructCtor(externalMemory){ class in self.Jaccwabyt.StructBinder
687 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 …]