Class InternalPropertyDescriptor


  • public class InternalPropertyDescriptor
    extends java.lang.Object
    Object internal property descriptor. This property isn't normally visible in JavaScript code.
    • Constructor Detail

      • InternalPropertyDescriptor

        public InternalPropertyDescriptor​(java.lang.String name,
                                          RemoteObject value)
    • Method Detail

      • getName

        public java.lang.String getName()
        Conventional property name.
      • getValue

        public RemoteObject getValue()
        The value associated with the property.