Module 'vm'
-
disassemble(fn)Returns a string containing the bytecode of fn. Throws
TypeErrorif fn is not aFunctionor if fn is a native function -
gc()Runs garbage collection
-
generateStackTrace(depth)Returns the stack trace at depth
depth. ThrowsTypeErrorif depth is not anInt -
ecall(op,args)Calls EFunc
opwith argumentargs. Throws TypeError ifopis not a symbol andErrorifopis not an EFunc -
currentTask()Returns the current task
-
suspendCurrentTask()Suspends the current task and adds it to the back of the queue.