Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9312441
create-property-descriptor.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
173 B
Subscribers
None
create-property-descriptor.js
View Options
module
.
exports
=
function
(
bitmap
,
value
)
{
return
{
enumerable
:
!
(
bitmap
&
1
),
configurable
:
!
(
bitmap
&
2
),
writable
:
!
(
bitmap
&
4
),
value
:
value
};
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 10:53 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3377815
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment