(ExecutionContext context, Object o)
| 101 | } |
| 102 | |
| 103 | public static Object toPrimitive(ExecutionContext context, Object o) { |
| 104 | return toPrimitive(context, o, null); |
| 105 | } |
| 106 | |
| 107 | public static Object toPrimitive(ExecutionContext context, Object o, String preferredType) { |
| 108 | // 9.1 |
no test coverage detected