Type Definition javascriptcore_sys::JSContextGroupRef
[−]
[src]
type JSContextGroupRef = *const OpaqueJSContextGroup;
A group that associates JavaScript contexts with one another. Contexts in the same group may share and exchange JavaScript objects.