Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395393
array-method-is-strict.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
329 B
Subscribers
None
array-method-is-strict.js
View Options
'use strict'
;
var
fails
=
require
(
'../internals/fails'
);
module
.
exports
=
function
(
METHOD_NAME
,
argument
)
{
var
method
=
[][
METHOD_NAME
];
return
!!
method
&&
fails
(
function
()
{
// eslint-disable-next-line no-useless-call -- required for testing
method
.
call
(
null
,
argument
||
function
()
{
return
1
;
},
1
);
});
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:38 PM (10 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3393448
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment