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 gives a small code size saving and it makes our codebase
more readable.
The reason for this change is that I ran into an issue where I was
trying to use `objAssign` in more places and it became apparent
that MINIMAL_RUNTIME didn't define the `objAssign` helper.
Also, move the defintion of the polyfill inside of `#if POLYFILL` so
it can be disabled using `-sNO_POLYFILL`.
See #15823#15938
0 commit comments