Function javascriptcore_sys::JSGlobalContextSetName
[−]
[src]
pub unsafe extern "C" fn JSGlobalContextSetName(
ctx: JSGlobalContextRef,
name: JSStringRef
)
Sets the remote debugging name for a context.
ctx: TheJSGlobalContextthat you want to name.name: The remote debugging name to set onctx.