vayne v0.0.42 (2018-09-13T09:44:56Z)
Dub
Repo
Value.Function
vayne
value
Value
Undocumented in source.
struct
Value
static
struct
Function {
void
*
self
;
void
*
ptr
;
void
function
(
void
*
ptr
,
void
*
self
,
Value
[],
ref
Value
)
wrapper
;
}
Members
Variables
ptr
void
*
ptr
;
Undocumented in source.
self
void
*
self
;
Undocumented in source.
wrapper
void
function
(
void
*
ptr
,
void
*
self
,
Value
[],
ref
Value
)
wrapper
;
Undocumented in source.
Meta
Source
See Implementation
vayne
value
Value
constructors
this
enums
Type
functions
binaryOp
call
compareOp
concatOp
get
has
keys
opApply
opEquals
opIndex
opIndexAssign
opSlice
toHash
toString
unaryOp
values
properties
length
type
static functions
emptyAssocArray
emptyObject
structs
Function
unions
Storage