(ExecutionContext context, String name)
| 19 | Object getProperty(ExecutionContext context, String name, boolean dupe); |
| 20 | |
| 21 | boolean hasProperty(ExecutionContext context, String name); |
| 22 | |
| 23 | void put(ExecutionContext context, String name, Object value, boolean shouldThrow); |
| 24 |
no outgoing calls
no test coverage detected