fs2.internal.jsdeps.node.inspectorMod.Runtime
PropertyDescriptor
Companion object PropertyDescriptor
trait PropertyDescriptor extends Object with StObject
Object property descriptor.
- Annotations
- @JSType() @native()
- Source
- PropertyDescriptor.scala
- Alphabetic
- By Inheritance
- PropertyDescriptor
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val configurable: Boolean
True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
- val enumerable: Boolean
True if this property shows up during enumeration of the properties on the corresponding object.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val get: UndefOr[RemoteObject]
A function which serves as a getter for the property, or
undefinedif there is no getter (accessor descriptors only). - final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isOwn: UndefOr[Boolean]
True if the property is owned for the object.
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val name: scala.Predef.String
Property name or symbol description.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- val set: UndefOr[RemoteObject]
A function which serves as a setter for the property, or
undefinedif there is no setter (accessor descriptors only). - val symbol: UndefOr[RemoteObject]
Property symbol object, if the property is of the
symboltype. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- val value: UndefOr[RemoteObject]
The value associated with the property.
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val wasThrown: UndefOr[Boolean]
True if the result was thrown during the evaluation.
- val writable: UndefOr[Boolean]
True if the value associated with the property may be changed (data descriptors only).
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated