Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9344158
create-iter-result-object.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
186 B
Subscribers
None
create-iter-result-object.js
View Options
// `CreateIterResultObject` abstract operation
// https://tc39.es/ecma262/#sec-createiterresultobject
module
.
exports
=
function
(
value
,
done
)
{
return
{
value
:
value
,
done
:
done
};
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 2:10 PM (8 h, 54 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3297736
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment