mirror of
https://github.com/swc-project/swc.git
synced 2025-01-05 12:03:47 +03:00
ee26337a25
Safety: For a function-local variable, an expression with side-effects would be a call, including an indirect one with a member expression. - If the call is function-local, it will be analyzed by the analyzer and inliner will not work. - If the call is not a function-local one, it cannot modify the local variable. |
||
---|---|---|
.. | ||
pow | ||
pow_with_number_constants | ||
pow_with_parentheses | ||
pow_with_unary_between_brackets |