TODO(kkoopa): remove
| 1796 | |
| 1797 | // TODO(kkoopa): remove |
| 1798 | inline void SetFunction(const v8::Local<v8::Function> &fn) { |
| 1799 | Reset(fn); |
| 1800 | } |
| 1801 | |
| 1802 | inline void Reset(const v8::Local<v8::Function> &fn) { |
| 1803 | handle_.Reset(fn); |
nothing calls this directly
no outgoing calls
no test coverage detected