Function chakracore_sys::JsGetOwnPropertyDescriptor [] [src]

pub unsafe extern "system" fn JsGetOwnPropertyDescriptor(
    object: JsValueRef,
    propertyId: JsPropertyIdRef,
    propertyDescriptor: *mut JsValueRef
) -> JsErrorCode

Gets a property descriptor for an object's own property. Requires an active script context. The object that has the property. The ID of the property. The property descriptor. The code JsNoError if the operation succeeded, a failure code otherwise.