Rhino JavaScript engine (which is included in Mustang) supports Continuations. Rhino optimizer needs to be switched off to enable continuations -- i.e., scripts are run in interpreted mode and Rhino does not generate bytecodes for scripts. In Mustang, Rhino optimizer has been removed -- so Rhino in Mustang runs in interpreter mode always. So, continuations are enabled always.