(ExecutionContext context, Object self, Object... args)
| 10 | } |
| 11 | |
| 12 | @Override |
| 13 | public Object call(ExecutionContext context, Object self, Object... args) { |
| 14 | return getScope().getIdentifierReference(context, this.name, isStrict()).getValue(context); |
| 15 | } |
| 16 | |
| 17 | @Override |
| 18 | public void setFileName() { |
nothing calls this directly
no test coverage detected