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:
222 bytes
|
Rev | Line | |
---|
[d565449] | 1 | import set from "./set.js";
|
---|
| 2 | import getPrototypeOf from "./getPrototypeOf.js";
|
---|
[0c6b92a] | 3 | function _superPropSet(t, e, o, r, p, f) {
|
---|
[d565449] | 4 | return set(getPrototypeOf(f ? t.prototype : t), e, o, r, p);
|
---|
| 5 | }
|
---|
[0c6b92a] | 6 | export { _superPropSet as default }; |
---|
Note:
See
TracBrowser
for help on using the repository browser.