pub unsafe extern "C" fn JS_GetMaybePartialFunctionDisplayId(
    arg1: *mut JSFunction,
) -> *mut JSString
Expand description

Almost same as JS_GetFunctionDisplayId.

If the function has lazy name, this returns partial name, such as the function name without “get “ or “set “ prefix.