> The documentation for JSContextGroupCreate states that "Contexts in the same 
> group may share and exchange JavaScript objects.”  How is this done?

Your C code can take a JSObjectRef from one context and use JSObjectSetProperty 
on another context’s global object in order to make the JSObjectRef accessible.

Geoff
_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to