Class InternalPropertyDescriptor
java.lang.Object
com.oracle.truffle.tools.chromeinspector.types.InternalPropertyDescriptor
-
Constructor Summary
ConstructorsConstructorDescriptionInternalPropertyDescriptor(String name, RemoteObject value) Create an object internal property descriptor. -
Method Summary
-
Constructor Details
-
InternalPropertyDescriptor
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()
-