This is a version of the Simulated Environment with "compiled" / elevated Core-function, as done by kartu in the 2.0.x Code for the PRS-300.
Mainly done to look at the problem with the Dictionary.
It seams, that "compiled" and "sandboxed" JS-functions can't see each other.
And I can't figure out the dependencies between "compiled" and "sandboxed" JS.
Especially with "compiled" dumpToString I expected to see .sandbox. propery, but it doesn't show up.
So I did a (very) simple wrapper to have _Core.any.thing = getSoValue(Core.any.thing).
Dictionary still hangs with _Core.log.loggers("") so still coment this out.
[Edit 2010-12-05]
Attachment removed, use latest code in post #59
[\Edit]