main
Last change
on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
308 bytes
|
Line | |
---|
1 | import get from "./get.js";
|
---|
2 | import getPrototypeOf from "./getPrototypeOf.js";
|
---|
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);
|
---|
7 | } : p;
|
---|
8 | }
|
---|
9 | export { _superPropGet as default }; |
---|
Note:
See
TracBrowser
for help on using the repository browser.