Function chakracore_sys::JsGetSymbolFromPropertyId [] [src]

pub unsafe extern "system" fn JsGetSymbolFromPropertyId(
    propertyId: JsPropertyIdRef,
    symbol: *mut JsValueRef
) -> JsErrorCode

Gets the symbol associated with the property ID. Requires an active script context. The property ID to get the symbol of. The symbol associated with the property ID. The code JsNoError if the operation succeeded, a failure code otherwise.