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