@r47onfire/backolon - v0.0.0
    Preparing search index...

    Enumeration StackFlag

    Flags used to record internal task evaluation state.

    Index

    Enumeration Members

    Enumeration Members

    native_func_being_evaluated: 1

    Normally, a native function is treated as a value and returned; however, when one is called it needs to be the value of the StackEntry it's in so that its arguments can be processed. That stack has this flag set to mark that it's actually being called and not just returned.