InternalPropertyDescriptor

sealed external interface InternalPropertyDescriptor(source)

Object internal property descriptor. This property isn't normally visible in JavaScript code.

Properties

Link copied to clipboard
abstract var name: String

Conventional property name.

Link copied to clipboard
abstract var value: RemoteObject?

The value associated with the property.