Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7188273
super-context.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
322 B
Referenced Files
None
Subscribers
None
super-context.js
View Options
var
Context
=
require
.
main
.
require
(
"lib/context.js"
);
function
SuperContext
(
regular_context
)
{
if
(
regular_context
===
undefined
){
regular_context
=
new
Context
();
}
var
ret
=
Object
.
create
(
regular_context
);
Object
.
defineProperty
(
ret
,
"is_super"
,
{
value
:
true
});
return
ret
;
}
module
.
exports
=
SuperContext
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 8, 08:06 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
809521
Default Alt Text
super-context.js (322 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment