Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99339414
superPropBase.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 23, 15:36
Size
291 B
Mime Type
text/x-java
Expires
Sat, Jan 25, 15:36 (2 d)
Engine
blob
Format
Raw Data
Handle
23776032
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
superPropBase.js
View Options
import
getPrototypeOf
from
"@babel/runtime/helpers/esm/getPrototypeOf"
;
export
default
function
_superPropBase
(
object
,
property
)
{
while
(
!
Object
.
prototype
.
hasOwnProperty
.
call
(
object
,
property
))
{
object
=
getPrototypeOf
(
object
);
if
(
object
===
null
)
break
;
}
return
object
;
}
Event Timeline
Log In to Comment