Type Alias JSContextGroupRef

Source
pub type JSContextGroupRef = *const OpaqueJSContextGroup;
Expand description

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