Function js::jsapi::GetSymbolDescription
[−]
[src]
pub unsafe extern "C" fn GetSymbolDescription(
symbol: HandleSymbol
) -> *mut JSString
Get the [[Description]] attribute of the given symbol.
This function is infallible. If it returns null, that means the symbol's [[Description]] is undefined.