Function mozjs::jsapi::JS::GetSymbolCode

source ·
pub unsafe extern "C" fn GetSymbolCode(
    symbol: Handle<*mut Symbol>
) -> SymbolCode
Expand description

Return the SymbolCode telling what sort of symbol symbol is.

A symbol’s SymbolCode never changes once it is created.