Function chakracore_sys::JsGetOwnPropertySymbols [] [src]

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

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