{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es7.math.isubh.js"],"names":["$export","require","S","isubh","x0","x1","y0","y1","$x0","$x1","$y0"],"mappings":";AACA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;;AAEAD,QAAQA,QAAQE,CAAhB,CAAmB,MAAnB,CAA2B;AACzBC,MAAO,QAASA,MAAT,CAAeC,EAAf,CAAmBC,EAAnB,CAAuBC,EAAvB,CAA2BC,EAA3B,CAA8B;AACnC,GAAIC,KAAMJ,KAAO,CAAjB;AACIK,IAAMJ,KAAO,CADjB;AAEIK,IAAMJ,KAAO,CAFjB;AAGA,MAAOG,MAAOF,KAAO,CAAd,GAAoB,CAAC,CAACC,GAAD,CAAOE,GAAP,CAAa,EAAEF,IAAME,GAAR,EAAeF,IAAME,GAAN,GAAc,CAA3C,IAAkD,EAAtE,EAA4E,CAAnF;AACD,CANwB,CAA3B","file":"es7.math.isubh.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n  isubh: function isubh(x0, x1, y0, y1){\n    var $x0 = x0 >>> 0\n      , $x1 = x1 >>> 0\n      , $y0 = y0 >>> 0;\n    return $x1 - (y1 >>> 0) - ((~$x0 & $y0 | ~($x0 ^ $y0) & $x0 - $y0 >>> 0) >>> 31) | 0;\n  }\n});"]}