ScriptObject.hasOwnFieldOrProperty

Tests whether or not a property or field exists in this object without searching the __proto__ chain.

class ScriptObject
bool
hasOwnFieldOrProperty
(
in string propOrFieldName
)

Meta