Subj : Re: Is it possible to serialize Continuation function? To : netscape.public.mozilla.jseng From : Andrei Tchijov Date : Fri Dec 31 2004 03:36 pm I can see why it is impossible (difficult) to implement Continuation which will work transparently for Java Script and Java. I guess the whole issue might be avoided, if somehow Java Script will allow to define Host Objects in Java Script. In this case, it will be possible to create "Java Script" wrapper around Java so we never need to "Continue" from inside Java. So the question is (and please forgive me for my ignorance if it is a silly question), is it possible to define host object in Java Script. I guess what I am saying is : Can I construct Java Script Object "A" such that each time someone trying to access property "x" of this object Java Script function "getX" gets invoked. .