[][src]Module boa::environment::object_environment_record

Object Records

Each object Environment Record is associated with an object called its binding object. An object Environment Record binds the set of string identifier names that directly correspond to the property names of its binding object. Property keys that are not strings in the form of an IdentifierName are not included in the set of bound identifiers. More info: Object Records

Structs

ObjectEnvironmentRecord