Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9339859
es.array.fill.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
385 B
Subscribers
None
es.array.fill.js
View Options
var
$
=
require
(
'../internals/export'
);
var
fill
=
require
(
'../internals/array-fill'
);
var
addToUnscopables
=
require
(
'../internals/add-to-unscopables'
);
// `Array.prototype.fill` method
// https://tc39.es/ecma262/#sec-array.prototype.fill
$
({
target
:
'Array'
,
proto
:
true
},
{
fill
:
fill
});
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
addToUnscopables
(
'fill'
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 4 2025, 9:57 AM (5 w, 20 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3367389
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment