Scripts
Script instances, modules, bytecode, and decompilation.
Functions
decompileBytecode string or script input.
disassembleWrapper delegates to decompile.
getcallingscriptCalling script when available.
getloadedmodulesLoaded modules.
getmodulesModule instances.
getrunningscriptsRunning scripts.
getscriptbytecodeNil when script bytecode is unavailable.
getscriptclosureNil when script bytecode is unavailable.
getscriptfromthreadScript associated with thread.
getscripthashNil when stored script bytecode is unavailable.
getscriptsScript instances.
getscriptthreadFirst matching thread; nil if absent.
saveinstanceDelegates to a remotely loaded implementation. Its options and return schema are not pinned in this repository; arguments/results remain dynamic.