Function chakracore_sys::JsGetOwnPropertyNames [] [src]

pub unsafe extern "system" fn JsGetOwnPropertyNames(
    object: JsValueRef,
    propertyNames: *mut JsValueRef
) -> JsErrorCode

Gets the list of all properties on the object. Requires an active script context. The object from which to get the property names. An array of property names. The code JsNoError if the operation succeeded, a failure code otherwise.