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