pub unsafe extern "C" fn GetSymbolDescription(
    symbol: Handle<*mut Symbol>
) -> *mut JSString
Expand description

Get the [[Description]] attribute of the given symbol.

This function is infallible. If it returns null, that means the symbol’s [[Description]] is undefined.