get_prop_env

Function get_prop_env 

Source
pub fn get_prop_env(
    env: &Rc<RefCell<JSObjectData>>,
    obj_expr: &Expr,
    prop: &str,
) -> Result<Option<Rc<RefCell<Value>>>, JSError>