You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses the V8 API to register a clean up task that will execute
some time later at idle time.
The JavaScript spec is defined here:
https://tc39.es/proposal-weakrefs/
The HTML integration is defined here:
whatwg/html#4571
(Note that this CL doesn't implement ClearKeptObjects part of the
spec yet, a follow on CL will do that.)
TODO (before sumbitting this CL):
- Add tests
Bug: 1016767
Change-Id: I2db82dc9d037d1e3bc0ec8c192d5b06908161adc
0 commit comments