}
prompt = getSecondaryPrompt();
}
try {
Resource res = new StringResource("<stdin>", source, lineno);
ReloadableScript script = new ReloadableScript(res, engine);
Object result = worker.evaluateScript(cx, script, scope);
printResult(result, out);
lineno++;
// trigger GC once in a while - if we run in non-interpreter mode