return super.doTopCall(callable, cx, scope, thisObj, args);
}
}
private void baseCase(int optimizationLevel, String source) {
ContextFactory factory = new MyFactory();
Context cx = factory.enterContext();
cx.setOptimizationLevel(optimizationLevel);
assertTrue(cx instanceof MyContext);
try {
Scriptable globalScope = cx.initStandardObjects();
cx.evaluateString(globalScope,