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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Note that _8 is defined in the global code, but refers to cond which is only defined in the outer function. The issue stems for various problems in _getTarget when it comes to optimized functions (some TODOs are present, some more things are implicitly wrong).
The text was updated successfully, but these errors were encountered:
Summary:
Fixes#2151#2222#2279#2393#2399#2404#2411#2414#2415
Added a fuzz testing tool
Added test cases
Turn crash in JSON.stringify into a diagnostic
Adds a `arrayNestedOptimizedFunctionsEnabled` flag to enable nested optimized functions derived from Array.prototype methods (like `map`) and Array.from
Refactor assignment on partial or possibly deleted property
Rewrote the joining logic to always do a full join at every join point
Removed last remnants of delayUnsupportedRequires
Reviewed By: cblappert
Differential Revision: D9349841
fbshipit-source-id: 74a16dbb015777d59d23fdfde77abbe2489c292a
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugoptimized functionsIssues around optimizing not global code, but additional functions
Prepacking this...
produces the following.
Note that
_8
is defined in the global code, but refers tocond
which is only defined in theouter
function. The issue stems for various problems in_getTarget
when it comes to optimized functions (some TODOs are present, some more things are implicitly wrong).The text was updated successfully, but these errors were encountered: