Function chakracore_sys::JsCreateSymbol [] [src]

pub unsafe extern "system" fn JsCreateSymbol(
    description: JsValueRef,
    result: *mut JsValueRef
) -> JsErrorCode

Creates a Javascript symbol. Requires an active script context. The string description of the symbol. Can be null. The new symbol. The code JsNoError if the operation succeeded, a failure code otherwise.