Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Dragonstone::VM
Inherits
Dragonstone::OPC
<
Reference
<
Object
Constructors
new
(bytecode :
CompiledCode
, globals :
Hash
(
String
,
Bytecode::Value
) |
Nil
= nil, argv :
Array
(
String
) = [] of
String
, *, stdout_io :
IO
=
IO::Memory
.new, log_to_stdout :
Bool
= false, typing_enabled :
Bool
= false)
Source
Instance methods
export_globals
Source
run
Source
Nested types
Dragonstone::VM::BreakSignal
Dragonstone::VM::Frame
Dragonstone::VM::Handler
Dragonstone::VM::LoopContext
Dragonstone::VM::NextSignal
Dragonstone::VM::RedoSignal
Dragonstone::VM::VMException