Historial de Commits

Autor SHA1 Mensaje Fecha
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> hace 2 años
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js hace 2 años
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods hace 2 años
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
  Andreas Kling 2e98c17347 LibJS: Shrink DeclarativeEnvironment bindings vector to fit hace 2 años
  Andreas Kling 874ce8b4d0 LibJS: Make DeclarativeEnvironment not include AST.h hace 2 años
  Ben Wiederhake 48d8aff436 LibJS: Add missing includes hace 2 años
  davidot 2484bbc4e0 LibJS: Make DeclarativeEnvironment based on bindings instead of indices hace 2 años
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! hace 2 años
  Linus Groh 275a7a0c0a LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19] hace 2 años
  Linus Groh acda12597a LibJS: Rename scope to environment hace 3 años
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS hace 3 años
  Timothy Flynn 27904b1060 LibJS: Add a fast path for creating per-iteration DeclarativeEnvironment hace 3 años
  Timothy Flynn f56bf610c4 LibJS: Allow pre-allocating DeclarativeEnvironment's bindings list hace 3 años
  Timothy Flynn 435f49d98e LibJS: Allow direct index-based initialization of a declarative binding hace 3 años
  Timothy Flynn 533170fbfa LibJS: Combine DeclarativeEnvironment's bindings and names into one list hace 3 años
  Andreas Kling ff60e8ffc6 LibJS: Use Vector instead of HashMap in DeclarativeEnvironment hace 3 años
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen hace 3 años
  Linus Groh 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr hace 3 años
  Linus Groh f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr hace 3 años
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr hace 3 años
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr hace 3 años
  Linus Groh 2691c65639 LibJS: Convert create_immutable_binding() to ThrowCompletionOr hace 3 años
  Linus Groh 4baf3a91e8 LibJS: Convert create_mutable_binding() to ThrowCompletionOr hace 3 años
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr hace 3 años
  Andreas Kling 540ce075b6 LibJS: Add direct (indexed) binding accessors to DeclarativeEnvironment hace 3 años
  Andreas Kling cb696eff08 LibJS: Make Environment::has_binding() optionally return binding index hace 3 años
  Andreas Kling 6ef5464015 LibJS: Make DeclarativeEnvironment store bindings in a Vector hace 3 años
  davidot f4f1397735 js: Allow for completion of lexically declared variables hace 3 años
  davidot 830ea0414c LibJS: Make scoping follow the spec hace 3 años