Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7860409
context.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
503 B
Referenced Files
None
Subscribers
None
context.js
View Options
var
Immutable
=
require
(
"immutable"
);
function
Context
(
timestamp
,
ip
,
user_id
)
{
this
.
_arguments
=
arguments
;
if
(
user_id
===
undefined
)
{
user_id
=
null
;
}
if
(
timestamp
===
undefined
)
{
var
d
=
new
Date
();
timestamp
=
d
.
getTime
();
}
var
ret
=
Immutable
.
fromJS
({
timestamp
:
timestamp
,
ip
:
ip
||
null
,
user_id
:
user_id
});
return
ret
;
}
Context
.
prototype
=
new
function
(){
this
.
_get_constructor_arguments
=
function
(){
return
this
.
_arguments
;
}
}
module
.
exports
=
Context
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 13, 18:01 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
870319
Default Alt Text
context.js (503 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment