[][src]Function ul_sys::JSGlobalContextCopyName

pub unsafe extern "C" fn JSGlobalContextCopyName(
    ctx: JSGlobalContextRef
) -> JSStringRef

@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 for remote debugging to make it easier to identify the context you would like to attach to.