dmdscript v2.0.3 (2014-12-13T04:04:19Z)
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)
struct
PropTable
Value
*
put
(
Value
*
key
,
hash_t
hash
,
Value
*
value
,
uint
attributes
)
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
functions
canput
del
get
getProperty
hasownproperty
hasproperty
initialize
opApply
put
variables
previous
table