JSContextGetGroup top-level property

JSContextGroupRef Function(JSContextRef ctx) JSContextGetGroup
final

Gets the context group to which a JavaScript execution context belongs. ctx (JSContextRef) The JSContext whose group you want to get. @result (JSContextGroupRef) ctx's group.

Implementation

final JSContextGroupRef Function(JSContextRef ctx) JSContextGetGroup =
    kLookup<NativeFunction<JSContextGroupRef Function(JSContextRef)>>(
      'JSContextGetGroup',
    ).asFunction();