UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
@babel
/
runtime
/
helpers
/
getPrototypeOf.js
8 lines
(7 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
_getPrototypeOf
(
o
) {
module
.
exports
= _getPrototypeOf =
Object
.
setPrototypeOf
?
Object
.
getPrototypeOf
:
function
_getPrototypeOf
(
o
) {
return
o.
__proto__
||
Object
.
getPrototypeOf
(o); };
return
_getPrototypeOf
(o); }
module
.
exports
= _getPrototypeOf;