JS_GetProperty

Function JS_GetProperty 

Source
pub unsafe fn JS_GetProperty(
    _ctx: *mut JSContext,
    this_obj: JSValue,
    prop: u32,
) -> JSValue
Expand description

ยงSafety

The caller must ensure that _ctx is a valid pointer to a JSContext and this_obj is a valid JSValue.