vayne ~master (2019-12-12T10:41:50Z)
Dub
Repo
VM.load
vayne
vm
VM
Undocumented in source. Be warned that the author may not have intended to support it.
void
load
(size_t registers, Value[] constants, const(Instr)[] instrs, const(SourceLoc)[] locs, const(string)[] sources)
struct
VM
(uint options = VMOptions.Default, uint registerCountMax = 0)
void
load
(
size_t
registers
,
Value
[]
constants
,
const
(
Instr
)[]
instrs
,
const
(
SourceLoc
)[]
locs
,
const
(
string
)[]
sources
)
void
load
(size_t registers, size_t constants, const(Instr)[] instrs, const(SourceLoc)[] locs, const(string)[] sources)
Meta
Source
See Implementation
vayne
vm
VM
aliases
ErrorHandler
Globals
functions
bindConst
bindGlobal
bindGlobals
execute
load
setGlobals
properties
errorHandler
structs
Error