JSContextGetGroup top-level property

JSContextGroupRef Function(JSContextRef ctx) JSContextGetGroup
final

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

Implementation

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