@bitwarden/sdk-internal 0.2.0-main.10 → 0.2.0-main.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -705,6 +705,18 @@ module.exports.__wbg_get_5419cf6b954aa11d = function (arg0, arg1) {
|
|
|
705
705
|
return addHeapObject(ret);
|
|
706
706
|
};
|
|
707
707
|
|
|
708
|
+
module.exports.__wbg_call_3bfa248576352471 = function () {
|
|
709
|
+
return handleError(function (arg0, arg1, arg2) {
|
|
710
|
+
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
711
|
+
return addHeapObject(ret);
|
|
712
|
+
}, arguments);
|
|
713
|
+
};
|
|
714
|
+
|
|
715
|
+
module.exports.__wbindgen_object_clone_ref = function (arg0) {
|
|
716
|
+
const ret = getObject(arg0);
|
|
717
|
+
return addHeapObject(ret);
|
|
718
|
+
};
|
|
719
|
+
|
|
708
720
|
module.exports.__wbg_new_e69b5f66fda8f13c = function () {
|
|
709
721
|
const ret = new Object();
|
|
710
722
|
return addHeapObject(ret);
|
|
@@ -816,18 +828,6 @@ module.exports.__wbg_text_ebeee8b31af4c919 = function () {
|
|
|
816
828
|
}, arguments);
|
|
817
829
|
};
|
|
818
830
|
|
|
819
|
-
module.exports.__wbg_call_3bfa248576352471 = function () {
|
|
820
|
-
return handleError(function (arg0, arg1, arg2) {
|
|
821
|
-
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
822
|
-
return addHeapObject(ret);
|
|
823
|
-
}, arguments);
|
|
824
|
-
};
|
|
825
|
-
|
|
826
|
-
module.exports.__wbindgen_object_clone_ref = function (arg0) {
|
|
827
|
-
const ret = getObject(arg0);
|
|
828
|
-
return addHeapObject(ret);
|
|
829
|
-
};
|
|
830
|
-
|
|
831
831
|
module.exports.__wbindgen_cb_drop = function (arg0) {
|
|
832
832
|
const obj = takeObject(arg0).original;
|
|
833
833
|
if (obj.cnt-- == 1) {
|
|
Binary file
|