dmildew v0.2.5 (2021-02-06T13:55:08Z)
Dub
Repo
ScriptObject.assignField
mildew
types
object
ScriptObject
Assigns a field to the current object. This does not call any setters.
class
ScriptObject
ScriptAny
assignField
(
in
string
name
,
ScriptAny
value
)
Meta
Source
See Implementation
mildew
types
object
ScriptObject
constructors
this
functions
addGetterProperty
addSetterProperty
assignField
dictionary
getOwnPropertyDescriptor
getters
hasGetter
hasSetter
lookupField
name
nativeObject
opIndex
opIndexAssign
prototype
setters
toString
variables
_dictionary
_getters
_setters
Assigns a field to the current object. This does not call any setters.