[][src]Trait qjs::GetProperty

pub trait GetProperty {
    fn get_property<'a>(
        &self,
        ctxt: &'a ContextRef,
        this: &Value
    ) -> Option<Local<'a, Value>>; }

Get a property value on an object.

Required methods

fn get_property<'a>(
    &self,
    ctxt: &'a ContextRef,
    this: &Value
) -> Option<Local<'a, Value>>

Get a property value on an object.

Loading content...

Implementations on Foreign Types

impl<'_> GetProperty for &'_ str[src]

impl GetProperty for u32[src]

Loading content...

Implementors

impl<'_> GetProperty for Local<'_, JSAtom>[src]

Loading content...