Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 2e98c17347 LibJS: Shrink DeclarativeEnvironment bindings vector to fit vor 2 Jahren
  davidot 2484bbc4e0 LibJS: Make DeclarativeEnvironment based on bindings instead of indices vor 2 Jahren
  Linus Groh 275a7a0c0a LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19] vor 2 Jahren
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() vor 2 Jahren
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() vor 2 Jahren
  Linus Groh 89d4094709 LibJS: Mark concrete method calls of Environment Records with ?/! vor 3 Jahren
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
  Linus Groh acda12597a LibJS: Rename scope to environment vor 3 Jahren
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS vor 3 Jahren
  Timothy Flynn 27904b1060 LibJS: Add a fast path for creating per-iteration DeclarativeEnvironment vor 3 Jahren
  Timothy Flynn 435f49d98e LibJS: Allow direct index-based initialization of a declarative binding vor 3 Jahren
  Timothy Flynn 533170fbfa LibJS: Combine DeclarativeEnvironment's bindings and names into one list vor 3 Jahren
  Andreas Kling ff60e8ffc6 LibJS: Use Vector instead of HashMap in DeclarativeEnvironment vor 3 Jahren
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen vor 3 Jahren
  Linus Groh 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 2691c65639 LibJS: Convert create_immutable_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 4baf3a91e8 LibJS: Convert create_mutable_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr vor 3 Jahren
  Andreas Kling 421845b0cd LibJS: Taint variable environment chain after non-strict direct eval() vor 3 Jahren
  Andreas Kling 540ce075b6 LibJS: Add direct (indexed) binding accessors to DeclarativeEnvironment vor 3 Jahren
  Andreas Kling cb696eff08 LibJS: Make Environment::has_binding() optionally return binding index vor 3 Jahren
  Andreas Kling 6ef5464015 LibJS: Make DeclarativeEnvironment store bindings in a Vector vor 3 Jahren
  davidot f4f1397735 js: Allow for completion of lexically declared variables vor 3 Jahren
  davidot 830ea0414c LibJS: Make scoping follow the spec vor 3 Jahren
  Andreas Kling 80170887db LibJS: Make Environment::put_into_environment() return a success bool vor 4 Jahren
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes vor 4 Jahren