1 |
- {"ast":null,"code":"var aCallable = require('../internals/a-callable'); // `GetMethod` abstract operation\n// https://tc39.es/ecma262/#sec-getmethod\n\n\nmodule.exports = function (V, P) {\n var func = V[P];\n return func == null ? undefined : aCallable(func);\n};","map":{"version":3,"sources":["/home/ilya/projects/NIX/homework/react/react-store/node_modules/core-js-pure/internals/get-method.js"],"names":["aCallable","require","module","exports","V","P","func","undefined"],"mappings":"AAAA,IAAIA,SAAS,GAAGC,OAAO,CAAC,yBAAD,CAAvB,C,CAEA;AACA;;;AACAC,MAAM,CAACC,OAAP,GAAiB,UAAUC,CAAV,EAAaC,CAAb,EAAgB;AAC/B,MAAIC,IAAI,GAAGF,CAAC,CAACC,CAAD,CAAZ;AACA,SAAOC,IAAI,IAAI,IAAR,GAAeC,SAAf,GAA2BP,SAAS,CAACM,IAAD,CAA3C;AACD,CAHD","sourcesContent":["var aCallable = require('../internals/a-callable');\n\n// `GetMethod` abstract operation\n// https://tc39.es/ecma262/#sec-getmethod\nmodule.exports = function (V, P) {\n var func = V[P];\n return func == null ? undefined : aCallable(func);\n};\n"]},"metadata":{},"sourceType":"script"}
|