mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 06:31:03 +00:00
1 line
2.1 KiB
Plaintext
1 line
2.1 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.isNativeFunction = isNativeFunction;\n exports.hasNativeConstructor = hasNativeConstructor;\n function isNativeFunction(f) {\n return typeof f === 'function' && f.toString().indexOf('[native code]') > -1;\n }\n function hasNativeConstructor(o, expectedName) {\n var con = Object.getPrototypeOf(o).constructor;\n return con.name === expectedName && isNativeFunction(con);\n }\n});","lineCount":16,"map":[[7,2,18,0,"exports"],[7,9,18,0],[7,10,18,0,"isNativeFunction"],[7,26,18,0],[7,29,18,0,"isNativeFunction"],[7,45,18,0],[8,2,26,0,"exports"],[8,9,26,0],[8,10,26,0,"hasNativeConstructor"],[8,30,26,0],[8,33,26,0,"hasNativeConstructor"],[8,53,26,0],[9,2,18,7],[9,11,18,16,"isNativeFunction"],[9,27,18,32,"isNativeFunction"],[9,28,18,33,"f"],[9,29,18,44],[9,31,18,55],[10,4,19,2],[10,11,19,9],[10,18,19,16,"f"],[10,19,19,17],[10,24,19,22],[10,34,19,32],[10,38,19,36,"f"],[10,39,19,37],[10,40,19,38,"toString"],[10,48,19,46],[10,49,19,47],[10,50,19,48],[10,51,19,49,"indexOf"],[10,58,19,56],[10,59,19,57],[10,74,19,72],[10,75,19,73],[10,78,19,76],[10,79,19,77],[10,80,19,78],[11,2,20,0],[12,2,26,7],[12,11,26,16,"hasNativeConstructor"],[12,31,26,36,"hasNativeConstructor"],[12,32,26,37,"o"],[12,33,26,46],[12,35,26,48,"expectedName"],[12,47,26,68],[12,49,26,79],[13,4,27,2],[13,8,27,8,"con"],[13,11,27,11],[13,14,27,14,"Object"],[13,20,27,20],[13,21,27,21,"getPrototypeOf"],[13,35,27,35],[13,36,27,36,"o"],[13,37,27,37],[13,38,27,38],[13,39,27,39,"constructor"],[13,50,27,50],[14,4,28,2],[14,11,28,9,"con"],[14,14,28,12],[14,15,28,13,"name"],[14,19,28,17],[14,24,28,22,"expectedName"],[14,36,28,34],[14,40,28,38,"isNativeFunction"],[14,56,28,54],[14,57,28,55,"con"],[14,60,28,58],[14,61,28,59],[15,2,29,0],[16,0,29,1],[16,3]],"functionMap":{"names":["<global>","isNativeFunction","hasNativeConstructor"],"mappings":"AAA;OCiB;CDE;OEM"},"hasCjsExports":false},"type":"js/module"}]} |