pub unsafe extern "C" fn JSGlobalContextSetName(
ctx: JSGlobalContextRef,
name: JSStringRef,
)Expand description
Sets the remote debugging name for a context.
ctx: TheJSGlobalContextRefthat you want to name.name: The remote debugging name to set onctx.