Hi,

Can the following case be handled correctly by Rhino?

When Rhino interprets script A, it calls back one of my method. In my
method, I use the same context to run another script B. The result of
running script B will be used in Script A.

In other words, One context interprets script A, and pause at certain
point. Then the same context interprets another script B. When
finishing script B, the same context resume to interpret script A.

I know Rhino support Continuation. But for above case, do I need use
"continuation" explicitly or Rhino can already handle it implicitly.

I run a very simple test case, it works. Could I know if the
implementation supports it completely or now.

Thank you very much.

shlbruce
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to