run JavaScript
details:
sandbox that can run untrusted code with whitelisted
Node's built-in modules. Securely!
example:
>>>runjs 1 * 1 * 1
results:
1
example:
>>>docs client#users
result:
Client#users
All of the User objects that have been cached at any
point, mapped by their IDs
Type
UserManager