Function ul_next_sys::JSGlobalContextCopyName

source ·
pub unsafe extern "C" fn JSGlobalContextCopyName(
    ctx: JSGlobalContextRef,
) -> JSStringRef
Expand description

@function @abstract Gets a copy of the name of a context. @param ctx The JSGlobalContext whose name you want to get. @result The name for ctx. @discussion A JSGlobalContext’s name is exposed when inspecting the context to make it easier to identify the context you would like to inspect.