Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98085493
get.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 9, 15:20
Size
578 B
Mime Type
text/x-java
Expires
Sat, Jan 11, 15:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23494142
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
get.js
View Options
import
superPropBase
from
"@babel/runtime/helpers/esm/superPropBase"
;
export
default
function
_get
(
target
,
property
,
receiver
)
{
if
(
typeof
Reflect
!==
"undefined"
&&
Reflect
.
get
)
{
_get
=
Reflect
.
get
;
}
else
{
_get
=
function
_get
(
target
,
property
,
receiver
)
{
var
base
=
superPropBase
(
target
,
property
);
if
(
!
base
)
return
;
var
desc
=
Object
.
getOwnPropertyDescriptor
(
base
,
property
);
if
(
desc
.
get
)
{
return
desc
.
get
.
call
(
receiver
);
}
return
desc
.
value
;
};
}
return
_get
(
target
,
property
,
receiver
||
target
);
}
Event Timeline
Log In to Comment