JSGlobalContextSetInspectable top-level property

void Function(JSGlobalContextRef ctx, bool inspectable) JSGlobalContextSetInspectable
final

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

Implementation

final void Function(JSGlobalContextRef ctx, bool inspectable)
JSGlobalContextSetInspectable =
    kLookup<NativeFunction<Void Function(JSGlobalContextRef, Bool)>>(
      'JSGlobalContextSetInspectable',
    ).asFunction();