Function JSGlobalContextSetName

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

Sets the remote debugging name for a context.

  • ctx: The JSGlobalContextRef that you want to name.
  • name: The remote debugging name to set on ctx.