( CallStack callstack, Interpreter interpreter )
| 38 | } |
| 39 | |
| 40 | public Object toObject( CallStack callstack, Interpreter interpreter ) |
| 41 | throws EvalError |
| 42 | { |
| 43 | return toObject( callstack, interpreter, false ); |
| 44 | } |
| 45 | |
| 46 | Object toObject( |
| 47 | CallStack callstack, Interpreter interpreter, boolean forceClass ) |
nothing calls this directly
no test coverage detected