pub unsafe extern "C" fn JSGlobalContextCopyName(
ctx: JSGlobalContextRef,
) -> JSStringRef
Expand description
Gets a copy of the name of a context.
A JSGlobalContextRef
’s name is exposed for remote debugging
to make it easier to identify the context you would like to
attach to.
ctx
: TheJSGlobalContextRef
whose name you want to get.
Returns the name for ctx
.