struct Protocol::Runtime::CallArgument
- Protocol::Runtime::CallArgument
- Struct
- Value
- Object
Overview
Represents function call argument. Either remote object id objectId
, primitive #value
,
unserializable primitive value or neither of (for undefined) them should be specified.
Included Modules
- JSON::Serializable
Defined in:
protocol/runtime.crConstructors
Instance Method Summary
-
#object_id : RemoteObjectId | Nil
Remote object handle.
-
#unserializable_value : UnserializableValue | Nil
Primitive value which can not be JSON-stringified.
-
#value : JSON::Any | Nil
Primitive value or serializable javascript object.
Constructor Detail
Instance Method Detail
def unserializable_value : UnserializableValue | Nil
#
Primitive value which can not be JSON-stringified.