main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
287 bytes
|
Rev | Line | |
---|
[d565449] | 1 | var getPrototypeOf = require("./getPrototypeOf.js");
|
---|
| 2 | function _superPropBase(t, o) {
|
---|
| 3 | for (; !{}.hasOwnProperty.call(t, o) && null !== (t = getPrototypeOf(t)););
|
---|
| 4 | return t;
|
---|
| 5 | }
|
---|
| 6 | module.exports = _superPropBase, module.exports.__esModule = true, module.exports["default"] = module.exports; |
---|
Note:
See
TracBrowser
for help on using the repository browser.