Struct javascriptcore::Value
[−]
[src]
pub struct Value { /* fields omitted */ }pub struct Value { /* fields omitted */ }impl Value[src]fn is_boolean(&self, context: &GlobalContext) -> boolfn is_null(&self, context: &GlobalContext) -> boolfn is_undefined(&self, context: &GlobalContext) -> boolfn is_number(&self, context: &GlobalContext) -> boolfn is_string(&self, context: &GlobalContext) -> boolfn is_object(&self, context: &GlobalContext) -> boolfn is_array(&self, context: &GlobalContext) -> boolfn is_date(&self, context: &GlobalContext) -> boolfn to_number(&self, context: &GlobalContext) -> Option<f64>fn to_boolean(&self, context: &GlobalContext) -> boolimpl FromGlibPtrNone<JSValueRef> for Value[src]unsafe fn from_glib_none(ptr: JSValueRef) -> Selfimpl FromGlibPtrFull<JSValueRef> for Value[src]unsafe fn from_glib_full(ptr: JSValueRef) -> Self