Class InternalPropertyDescriptor

java.lang.Object
com.oracle.truffle.tools.chromeinspector.types.InternalPropertyDescriptor

public final class InternalPropertyDescriptor extends Object
  • Constructor Details

    • InternalPropertyDescriptor

      public InternalPropertyDescriptor(String name, RemoteObject value)
      Create an object internal property descriptor.
      Parameters:
      name - Property name or symbol description.
      value - The value associated with the property.
  • Method Details

    • toJSON

      public org.graalvm.shadowed.org.json.JSONObject toJSON()