Type Alias JSFunctionSpec_Name

Source
pub type JSFunctionSpec_Name = JSPropertySpec_Name;

Aliased Type§

#[repr(C)]
pub union JSFunctionSpec_Name {
    pub string_: *const i8,
    pub symbol_: usize,
}

Fields§

§string_: *const i8§symbol_: usize