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
- Move LOAD_SOURCE_MAP to settings_internal. Its set whenever source
maps are used with ASAN and really is only used internally. We have no
tests that set it explicitly.
- Move all code to `source_map_support.js`
- Load `source_map_support.js` during postamble. This does run under
`MINIMAL_RUNTIME`, but `LOAD_SOURCE_MAP` has always been no-op on
`MINIMAL_RUNTIME` anyway.
0 commit comments