main
Last change
on this file was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 7 months ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
308 bytes
|
Rev | Line | |
---|
[d565449] | 1 | import get from "./get.js";
|
---|
| 2 | import getPrototypeOf from "./getPrototypeOf.js";
|
---|
[0c6b92a] | 3 | function _superPropGet(t, o, e, r) {
|
---|
| 4 | var p = get(getPrototypeOf(1 & r ? t.prototype : t), o, e);
|
---|
| 5 | return 2 & r && "function" == typeof p ? function (t) {
|
---|
| 6 | return p.apply(e, t);
|
---|
[d565449] | 7 | } : p;
|
---|
| 8 | }
|
---|
[0c6b92a] | 9 | export { _superPropGet as default }; |
---|
Note:
See
TracBrowser
for help on using the repository browser.