[][src]Function ul_sys::JSGlobalContextSetName

pub unsafe extern "C" fn JSGlobalContextSetName(
    ctx: JSGlobalContextRef,
    name: JSStringRef
)

@function @abstract Sets the remote debugging name for a context. @param ctx The JSGlobalContext that you want to name. @param name The remote debugging name to set on ctx.