Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9348455
function-uncurry-this-clause.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
345 B
Subscribers
None
function-uncurry-this-clause.js
View Options
var
classofRaw
=
require
(
'../internals/classof-raw'
);
var
uncurryThis
=
require
(
'../internals/function-uncurry-this'
);
module
.
exports
=
function
(
fn
)
{
// Nashorn bug:
// https://github.com/zloirock/core-js/issues/1128
// https://github.com/zloirock/core-js/issues/1130
if
(
classofRaw
(
fn
)
===
'Function'
)
return
uncurryThis
(
fn
);
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 4 2025, 6:31 PM (5 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3386250
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment