mirror of
https://github.com/facebookarchive/prepack.git
synced 2024-11-23 23:13:43 +03:00
1
Well behaved property
Herman Venter edited this page 2017-06-20 15:46:26 -07:00
A property is well behaved if it does not do any of the following:
- Run an get/set accessor method that modifies or reads the heap or throws an exception.
- Return different values at different times, even if not explicitly written to in code visible to Prepack.
- Does not return the same value as the most recent visible write to the property.