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