Function javascriptcore_sys::JSGlobalContextCopyName [] [src]

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

Gets a copy of the name of a context.

A JSGlobalContext's name is exposed for remote debugging to make it easier to identify the context you would like to attach to.

Returns the name for ctx.