__evaluate_entry
and __evaluate_exit
can be overridden inside expression
#695
Labels
__evaluate_entry
and __evaluate_exit
can be overridden inside expression
#695
These "secret" environment callbacks are regularly used to timebox expressions or detect loops. You can disable such protections by assigning them to a falsey value inside the expression itself.
These bindings should probably be non-writeable (possibly non-readable also?) from inside the expression:
The text was updated successfully, but these errors were encountered: