pub unsafe extern "C" fn JSGlobalContextSetName(
ctx: JSGlobalContextRef,
name: JSStringRef,
)Expand description
@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.