struct Protocol::Runtime::InternalPropertyDescriptor
- Protocol::Runtime::InternalPropertyDescriptor
- Struct
- Value
- Object
Overview
Object internal property descriptor. This property isn't normally visible in JavaScript code.
Included Modules
- JSON::Serializable
Defined in:
protocol/runtime.crConstructors
Instance Method Summary
-
#name : String
Conventional property name.
-
#value : RemoteObject | Nil
The value associated with the property.