Function javascriptcore_sys::JSObjectGetProperty [] [src]

pub unsafe extern "C" fn JSObjectGetProperty(
    ctx: JSContextRef,
    object: JSObjectRef,
    propertyName: JSStringRef,
    exception: *mut JSValueRef
) -> JSValueRef

Gets a property from an object.

Returns the property's value if object has the property, otherwise the undefined value.