dmildew v0.5.6 (2021-02-22T01:27:01Z)
Dub
Repo
ScriptObject.hasSetter
mildew
types
object
ScriptObject
Determines if there is a setter for a given property
class
ScriptObject
bool
hasSetter
(
in
string
propName
)
Meta
Source
See Implementation
mildew
types
object
ScriptObject
constructors
this
functions
addGetterProperty
addSetterProperty
assignField
dictionary
findGetter
findSetter
getOwnFieldOrPropertyDescriptors
getOwnPropertyOrFieldDescriptor
getters
hasGetter
hasOwnFieldOrProperty
hasSetter
lookupField
name
nativeObject
opCmp
opEquals
opIndex
opIndexAssign
prototype
setters
toHash
toString
variables
_dictionary
_getters
_setters
Determines if there is a setter for a given property