pub fn try_get_js_value( this_jsv: &JsValue, prop: &str) -> Result<JsValue, JsValue>
Obtain a JsValue value from the object property prop
JsValue
prop