HI Geoffrey,

Thanks a lot for your answer.
After studying the code a bit, it appears that my app is sharing a
JSGlobalContext with others. This context is, by design, never destroyed.

I read the WebKit JavaScript core documentation (
https://developer.apple.com/library/mac/documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/WebKit_JavaScriptCore_Ref.pdf),
and it says a JSGlobalContext is a "standard" JSContext.

So I suppose that's why the garbage collector never runs "finalize()" ?
Anyways, thanks for the hints.


Regards,
Manuel
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to