dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
PropTable.put
dmdscript
property
PropTable
Undocumented in source. Be warned that the author may not have intended to support it.
Value
*
put
(Value* key, hash_t hash, Value* value, uint attributes)
Value
*
put
(d_string name, Value* value, uint attributes)
struct
PropTable
Value
*
put
(
d_string
name
,
Value
*
value
,
uint
attributes
)
Value
*
put
(d_uint32 index, Value* value, uint attributes)
Value
*
put
(d_uint32 index, d_string string, uint attributes)
Meta
Source
See Implementation
dmdscript
property
PropTable
constructors
this
functions
canput
del
get
getProperty
hasownproperty
hasproperty
initialize
opApply
put
variables
callcontext
previous
table