Name Description Size
RustUniffiBindingsTests.sys.mjs Handler for a single UniFFI CallbackInterface This class stores objects that implement a callback interface in a handle map, allowing them to be referenced by the Rust code using an integer handle. While the callback object is stored in the map, it allows the Rust code to call methods on the object using the callback object handle, a method id, and an ArrayBuffer packed with the method arguments. When the Rust code drops its reference, it sends a call with the methodId=0, which causes callback object to be removed from the map. 143892
RustUniffiBindingsTestsExternalTypes.sys.mjs 12332