Subj : Comment on API: contexts vs runtimes To : netscape.public.mozilla.jseng From : Alain Frisch Date : Mon May 23 2005 02:53 pm Hello, Many functions of SpiderMonkey's API operates on contexts, where only the runtime is actually needed. For instance, it seems ok to call RemoveRoot with any context in the same runtime as for the corresponding AddRoot call. In my opinion, if this kind of information is stable enough, it should be reflected either in the API or in its documentation, since it makes the life of users simpler. Alain .