Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
  Linus Groh acda12597a LibJS: Rename scope to environment há 3 anos atrás
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
  Timothy Flynn 27904b1060 LibJS: Add a fast path for creating per-iteration DeclarativeEnvironment há 3 anos atrás
  Timothy Flynn 435f49d98e LibJS: Allow direct index-based initialization of a declarative binding há 3 anos atrás
  Timothy Flynn 533170fbfa LibJS: Combine DeclarativeEnvironment's bindings and names into one list há 3 anos atrás
  Andreas Kling ff60e8ffc6 LibJS: Use Vector instead of HashMap in DeclarativeEnvironment há 3 anos atrás
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen há 3 anos atrás
  Linus Groh 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr há 3 anos atrás
  Linus Groh f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr há 3 anos atrás
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 2691c65639 LibJS: Convert create_immutable_binding() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 4baf3a91e8 LibJS: Convert create_mutable_binding() to ThrowCompletionOr há 3 anos atrás
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr há 3 anos atrás
  Andreas Kling 421845b0cd LibJS: Taint variable environment chain after non-strict direct eval() há 3 anos atrás
  Andreas Kling 540ce075b6 LibJS: Add direct (indexed) binding accessors to DeclarativeEnvironment há 3 anos atrás
  Andreas Kling cb696eff08 LibJS: Make Environment::has_binding() optionally return binding index há 3 anos atrás
  Andreas Kling 6ef5464015 LibJS: Make DeclarativeEnvironment store bindings in a Vector há 3 anos atrás
  davidot f4f1397735 js: Allow for completion of lexically declared variables há 3 anos atrás
  davidot 830ea0414c LibJS: Make scoping follow the spec há 3 anos atrás
  Andreas Kling 80170887db LibJS: Make Environment::put_into_environment() return a success bool há 4 anos atrás
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás