JSContextGetGroup(_:)
Gets the context group that a JavaScript execution context belongs to.
Declaration
func JSContextGetGroup(_ ctx: JSContextRef!) -> JSContextGroupRef!Parameters
- ctx:
The Jscontextref with the group you want to get.
Return Value
The group that ctx belongs to.