Enum boa::environment::function_environment_record::BindingStatus[][src]

pub enum BindingStatus {
    Lexical,
    Initialized,
    Uninitialized,
}
Expand description

Different binding status for this. Usually set on a function environment record

Variants

Lexical

If the value is “lexical”, this is an ArrowFunction and does not have a local this value.

Initialized

If initialized the function environment record has already been bound with a this value

Uninitialized

If uninitialized the function environment record has not been bouned with a this value

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Marks all contained Gcs.

Increments the root-count of all contained Gcs.

Decrements the root-count of all contained Gcs.

Runs Finalize::finalize() on this object and all contained subobjects Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Convert the Rust type which implements NativeObject to a &dyn Any.

Convert the Rust type which implements NativeObject to a &mut dyn Any.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.