Type Definition boa_engine::object::JsPrototype
source · pub type JsPrototype = Option<JsObject>;Expand description
Common field names. A type alias for an object prototype.
A None values means that the prototype is the null value.