boda_jsEnv/env_xbb_lastest_jsdom/env/CredentialsContainer.js
xuxiaobo-bobo 92d87fb6b7 '0216'
2023-02-16 23:35:17 +08:00

8 lines
1.3 KiB
JavaScript

// CredentialsContainer对象
CredentialsContainer = function CredentialsContainer(){return bodavm.toolsFunc.throwError("TypeError", "Illegal constructor")}
bodavm.toolsFunc.safeProto(CredentialsContainer, "CredentialsContainer");
bodavm.toolsFunc.defineProperty(CredentialsContainer.prototype, "create", {configurable:true, enumerable:true, writable:true, value:function create (){return bodavm.toolsFunc.dispatch(this, CredentialsContainer.prototype, "CredentialsContainer", "create", arguments)}});
bodavm.toolsFunc.defineProperty(CredentialsContainer.prototype, "get", {configurable:true, enumerable:true, writable:true, value:function get (){return bodavm.toolsFunc.dispatch(this, CredentialsContainer.prototype, "CredentialsContainer", "get", arguments)}});
bodavm.toolsFunc.defineProperty(CredentialsContainer.prototype, "preventSilentAccess", {configurable:true, enumerable:true, writable:true, value:function preventSilentAccess (){return bodavm.toolsFunc.dispatch(this, CredentialsContainer.prototype, "CredentialsContainer", "preventSilentAccess", arguments)}});
bodavm.toolsFunc.defineProperty(CredentialsContainer.prototype, "store", {configurable:true, enumerable:true, writable:true, value:function store (){return bodavm.toolsFunc.dispatch(this, CredentialsContainer.prototype, "CredentialsContainer", "store", arguments)}});