| 1 |
- {"ast":null,"code":"var wmUniqueIndex = Math.round(Math.random() * 9);\nvar supportDefineProperty = typeof Object.defineProperty === 'function';\nvar WeakMap = function () {\n function WeakMap() {\n this._id = '__ec_inner_' + wmUniqueIndex++;\n }\n WeakMap.prototype.get = function (key) {\n return this._guard(key)[this._id];\n };\n WeakMap.prototype.set = function (key, value) {\n var target = this._guard(key);\n if (supportDefineProperty) {\n Object.defineProperty(target, this._id, {\n value: value,\n enumerable: false,\n configurable: true\n });\n } else {\n target[this._id] = value;\n }\n return this;\n };\n WeakMap.prototype[\"delete\"] = function (key) {\n if (this.has(key)) {\n delete this._guard(key)[this._id];\n return true;\n }\n return false;\n };\n WeakMap.prototype.has = function (key) {\n return !!this._guard(key)[this._id];\n };\n WeakMap.prototype._guard = function (key) {\n if (key !== Object(key)) {\n throw TypeError('Value of WeakMap is not a non-null object.');\n }\n return key;\n };\n return WeakMap;\n}();\nexport default WeakMap;","map":{"version":3,"names":["wmUniqueIndex","Math","round","random","supportDefineProperty","Object","defineProperty","WeakMap","_id","prototype","get","key","_guard","set","value","target","enumerable","configurable","has","TypeError"],"sources":["E:/git/2021项目/安科院大屏/node_modules/zrender/lib/core/WeakMap.js"],"sourcesContent":["var wmUniqueIndex = Math.round(Math.random() * 9);\nvar supportDefineProperty = typeof Object.defineProperty === 'function';\nvar WeakMap = (function () {\n function WeakMap() {\n this._id = '__ec_inner_' + wmUniqueIndex++;\n }\n WeakMap.prototype.get = function (key) {\n return this._guard(key)[this._id];\n };\n WeakMap.prototype.set = function (key, value) {\n var target = this._guard(key);\n if (supportDefineProperty) {\n Object.defineProperty(target, this._id, {\n value: value,\n enumerable: false,\n configurable: true\n });\n }\n else {\n target[this._id] = value;\n }\n return this;\n };\n WeakMap.prototype[\"delete\"] = function (key) {\n if (this.has(key)) {\n delete this._guard(key)[this._id];\n return true;\n }\n return false;\n };\n WeakMap.prototype.has = function (key) {\n return !!this._guard(key)[this._id];\n };\n WeakMap.prototype._guard = function (key) {\n if (key !== Object(key)) {\n throw TypeError('Value of WeakMap is not a non-null object.');\n }\n return key;\n };\n return WeakMap;\n}());\nexport default WeakMap;\n"],"mappings":"AAAA,IAAIA,aAAa,GAAGC,IAAI,CAACC,KAAK,CAACD,IAAI,CAACE,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC;AACjD,IAAIC,qBAAqB,GAAG,OAAOC,MAAM,CAACC,cAAc,KAAK,UAAU;AACvE,IAAIC,OAAO,GAAI,YAAY;EACvB,SAASA,OAAOA,CAAA,EAAG;IACf,IAAI,CAACC,GAAG,GAAG,aAAa,GAAGR,aAAa,EAAE;EAC9C;EACAO,OAAO,CAACE,SAAS,CAACC,GAAG,GAAG,UAAUC,GAAG,EAAE;IACnC,OAAO,IAAI,CAACC,MAAM,CAACD,GAAG,CAAC,CAAC,IAAI,CAACH,GAAG,CAAC;EACrC,CAAC;EACDD,OAAO,CAACE,SAAS,CAACI,GAAG,GAAG,UAAUF,GAAG,EAAEG,KAAK,EAAE;IAC1C,IAAIC,MAAM,GAAG,IAAI,CAACH,MAAM,CAACD,GAAG,CAAC;IAC7B,IAAIP,qBAAqB,EAAE;MACvBC,MAAM,CAACC,cAAc,CAACS,MAAM,EAAE,IAAI,CAACP,GAAG,EAAE;QACpCM,KAAK,EAAEA,KAAK;QACZE,UAAU,EAAE,KAAK;QACjBC,YAAY,EAAE;MAClB,CAAC,CAAC;IACN,CAAC,MACI;MACDF,MAAM,CAAC,IAAI,CAACP,GAAG,CAAC,GAAGM,KAAK;IAC5B;IACA,OAAO,IAAI;EACf,CAAC;EACDP,OAAO,CAACE,SAAS,CAAC,QAAQ,CAAC,GAAG,UAAUE,GAAG,EAAE;IACzC,IAAI,IAAI,CAACO,GAAG,CAACP,GAAG,CAAC,EAAE;MACf,OAAO,IAAI,CAACC,MAAM,CAACD,GAAG,CAAC,CAAC,IAAI,CAACH,GAAG,CAAC;MACjC,OAAO,IAAI;IACf;IACA,OAAO,KAAK;EAChB,CAAC;EACDD,OAAO,CAACE,SAAS,CAACS,GAAG,GAAG,UAAUP,GAAG,EAAE;IACnC,OAAO,CAAC,CAAC,IAAI,CAACC,MAAM,CAACD,GAAG,CAAC,CAAC,IAAI,CAACH,GAAG,CAAC;EACvC,CAAC;EACDD,OAAO,CAACE,SAAS,CAACG,MAAM,GAAG,UAAUD,GAAG,EAAE;IACtC,IAAIA,GAAG,KAAKN,MAAM,CAACM,GAAG,CAAC,EAAE;MACrB,MAAMQ,SAAS,CAAC,4CAA4C,CAAC;IACjE;IACA,OAAOR,GAAG;EACd,CAAC;EACD,OAAOJ,OAAO;AAClB,CAAC,CAAC,CAAE;AACJ,eAAeA,OAAO","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|