Function chakracore_sys::JsGetPropertyIdType [] [src]

pub unsafe extern "system" fn JsGetPropertyIdType(
    propertyId: JsPropertyIdRef,
    propertyIdType: *mut JsPropertyIdType
) -> JsErrorCode

Gets the type of property Requires an active script context. The property ID to get the type of. The JsPropertyIdType of the given property ID The code JsNoError if the operation succeeded, a failure code otherwise.