Struct v8_api::Class
[−]
[src]
pub struct Class {
pub name: String,
pub methods: Vec<Method>,
}A C++ class,
Fields
name: String
The simple name of the class (without the v8:: prefix).
methods: Vec<Method>
The methods of this class, in declaration order.