Searched refs:instanceForPointer (Results 1 – 4 of 4) sorted by relevance
553 instanceForPointer: rop((ptr)=>__ptrBacklinksGlobal[ptr]), property620 rc = StructType.instanceForPointer(rc) || rc;709 instanceForPointer: rop(__instanceBacklinkFactory(StructCtor)), property716 ? StructCtor.instanceForPointer(v) : undefined;738 StructBinder.instanceForPointer = StructType.instanceForPointer;
341 a non-0 integer, [`StructBinder.instanceForPointer()`][StructBinder]413 const x = MyStruct.instanceForPointer( anotherCFunction() );552 - `instanceForPointer(pointer)` 594 - `instanceForPointer(pointer)` 744 with _all_ instances and clears the `instanceForPointer()`747 - `instanceForPointer(pointer)` 766 Works like `instanceForPointer()` but accepts either an instance
640 assert(k1 === StructType.instanceForPointer(k1.pointer)).651 assert(K.instanceForPointer(k1.pointer) === k1);672 assert(undefined === K.instanceForPointer(ptr)).676 T.assert(k3 === K.instanceForPointer(ptr));681 assert(undefined === K.instanceForPointer(ptr));711 assert(wts === StructType.instanceForPointer(wts.pointer));714 assert(WTStruct.instanceForPointer(wts.pointer) === wts);723 T.assert(WTStruct.instanceForPointer(arg) === wts);777 assert(undefined === WTStruct.instanceForPointer(ptr))
31 …const oVfs = capi.sqlite3_vfs.instanceForPointer(pVfs) || toss("Unexpected instanceForPointer() re…