(JSFunction function, Object self, Object... args)
| 197 | } |
| 198 | |
| 199 | public Object call(JSFunction function, Object self, Object... args) { |
| 200 | return call(null, function, self, args); |
| 201 | } |
| 202 | |
| 203 | public Object call(Object functionReference, JSFunction function, Object self, Object... args) { |
| 204 | // 13.2.1 |
no test coverage detected