Currently we have following hand-written callback function bindings:
- PerformanceObserverCallback
- IDBObserverCallback
- IntersectionObserverCallback
- CustomElementConstructor
We should improve our code generator to replace all of above callback functions.
There are two remaining hand-written code but they are not easy to replace so I'd leave them for now.
- IntersectionObserverCallback
- CustomElementConstructor
BTW, I don't think CustomElementConstructor is worth replacing. We can close this issue when IntersectionObserverCallback is replaced.
Comment 1 by bashi@chromium.org
, Sep 20 2016