JSContextGetGroup top-level property
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();