ScriptObject.getOwnFieldOrPropertyDescriptors

Get all fields and properties for this object without searching the prototype chain.

class ScriptObject
getOwnFieldOrPropertyDescriptors
()

Return Value

A ScriptObject whose dictionary entry keys are names of properties and fields, and the value of which is a ScriptObject containing possible "get", "set", and "value" fields.

Meta