(ExecutionContext context, String name)
| 162 | } |
| 163 | |
| 164 | @Override |
| 165 | public boolean hasProperty(ExecutionContext context, String name) { |
| 166 | // 8.12.6 |
| 167 | return (getProperty(context, name, false) != Types.UNDEFINED); |
| 168 | } |
| 169 | |
| 170 | @Override |
| 171 | public void put(ExecutionContext context, final String name, final Object value, final boolean shouldThrow) { |
no test coverage detected