JSGlobalContextSetName top-level property

void Function(JSGlobalContextRef ctx, JSStringRef name) JSGlobalContextSetName
final

Sets the remote debugging name for a context. ctx The JSGlobalContext that you want to name. name The remote debugging name to set on ctx.

Implementation

final void Function(JSGlobalContextRef ctx, JSStringRef name) JSGlobalContextSetName =
    jscLib.lookup<NativeFunction<Void Function(JSGlobalContextRef ctx, JSStringRef name)>>('JSGlobalContextSetName').asFunction();