Subj : Re: cloning context/runtime To : Matthias Thiel From : Brendan Eich Date : Thu Aug 07 2003 10:26 am Matthias Thiel wrote: >I'm working on a VoiceXML Interpreter and I want to integrate the spidermonkey library. According to our interpretation of the VXML specification it is necessary to copy a context for executing the so called subdialogs. > I believe you are misreading the spec. Its use of "execution context" has nothing to do with JSContext (let alone with JSRuntime). "A field item is roughly like a function call. It invokes another dialog on the current page, or invokes another VoiceXML document. It returns an ECMAScript Object as its result." /be .