Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Herman Venter edited this page Apr 11, 2018 · 2 revisions

Property access conflicts with write in optimized function

The property access at this location refers to a property that is written to in a separately optimized function. Prepack does not take the actions of other (non inlined) functions into account when it analyzes a function to optimize, therefore it may conclude that such a property is in it's initial state, when it may in fact have been overwritten by an earlier (unknown to Prepack) call made to the separately optimized function.

Clone this wiki locally