mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-10-27 11:20:06 +00:00
added vm.disassemble()
This commit is contained in:
@@ -50,6 +50,7 @@ COSMO_API void cosmoB_loadMathLib(CState *state);
|
||||
- manually setting/grabbing base protos of any object (vm.baseProtos)
|
||||
- manually setting/grabbing the global table (vm.globals)
|
||||
- manually invoking a garbage collection event (vm.collect())
|
||||
- printing closure disassemblies (vm.disassemble())
|
||||
|
||||
for this reason, it is recommended to NOT load this library in production
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user