(ExecutionContext context, String name, Object value, boolean shouldThrow)
| 21 | boolean hasProperty(ExecutionContext context, String name); |
| 22 | |
| 23 | void put(ExecutionContext context, String name, Object value, boolean shouldThrow); |
| 24 | |
| 25 | boolean canPut(ExecutionContext context, String name); |
| 26 |
no outgoing calls