| 813 | describes.realWin('PeformanceObserver metrics', {amp: true}, (env) => { |
| 814 | // A fake implementation of PerformanceObserver. |
| 815 | class PerformanceObserverImpl { |
| 816 | constructor(callback) { |
| 817 | this.options = {}; |
| 818 | this.callback_ = callback; |
nothing calls this directly
no outgoing calls
no test coverage detected