vayne ~master (2019-12-12T10:41:50Z)
Dub
Repo
VM.Error
vayne
vm
VM
Undocumented in source.
struct
VM
(uint options = VMOptions.Default, uint registerCountMax = 0)
static
struct
Error {
string
msg
;
string
source
;
size_t
line
;
}
Members
Variables
line
size_t
line
;
Undocumented in source.
msg
string
msg
;
Undocumented in source.
source
string
source
;
Undocumented in source.
Meta
Source
See Implementation
vayne
vm
VM
aliases
ErrorHandler
Globals
functions
bindConst
bindGlobal
bindGlobals
execute
load
setGlobals
properties
errorHandler
structs
Error