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