[][src]Module boa::environment::lexical_environment

Lexical Environment

https://tc39.github.io/ecma262/#sec-lexical-environment-operations

The following operations are used to operate upon lexical environments This is the entrypoint to lexical environments.

Structs

EnvironmentError

An error that occurred during lexing or compiling of the source input.

LexicalEnvironment

Enums

EnvironmentType

Give each environment an easy way to declare its own type This helps with comparisons

Functions

new_declerative_environment
new_function_environment
new_global_environment
new_object_environment

Type Definitions

Environment

Environments are wrapped in a Box and then in a GC wrapper