vayne v0.0.6 (2016-06-30T14:29:53Z)
Dub
Repo
VM.bindGlobal
vayne
vm
VM
Undocumented in source. Be warned that the author may not have intended to support it.
void
bindGlobal
(string name, T value)
void
bindGlobal
(string name, T value)
struct
VM
(uint options = VMOptions.Default)
void
bindGlobal
(
T
)
(
string
name
,
in
T
value
)
if
(
!
is
(
T
== struct)
)
Meta
Source
See Implementation
vayne
vm
VM
aliases
ErrorHandler
Globals
functions
bindConst
bindGlobal
bindGlobals
execute
load
setGlobals
properties
errorHandler
structs
Error