JSContextGroupRef typedef

JSContextGroupRef = Pointer<JSContextGroup_>

JSContextGroupRef A group that associates JavaScript contexts with one another. Contexts in the same group may share and exchange JavaScript objects.

Implementation

typedef JSContextGroupRef = Pointer<JSContextGroup_>;