Contents

JSGlobalContextSetName(_:_:)

Sets the remote debugging name for a context.

Declaration

func JSGlobalContextSetName(_ ctx: JSGlobalContextRef!, _ name: JSStringRef!)

Parameters

  • ctx:

    The Jsglobalcontextref that you want to name.

  • name:

    The remote debugging name to set on ctx.

See Also

Managing the context’s name