Histórico de commits

Autor SHA1 Mensagem Data
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 ano atrás
  Aliaksandr Kalenik a27c4cf63c LibJS: Add modification counter in DeclarativeEnvironment 2 anos atrás
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 anos atrás
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js 2 anos atrás
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 anos atrás
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 anos atrás
  Andreas Kling 2e98c17347 LibJS: Shrink DeclarativeEnvironment bindings vector to fit 2 anos atrás
  davidot 2484bbc4e0 LibJS: Make DeclarativeEnvironment based on bindings instead of indices 2 anos atrás
  Linus Groh 275a7a0c0a LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19] 2 anos atrás
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 anos atrás
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 2 anos atrás
  Linus Groh 89d4094709 LibJS: Mark concrete method calls of Environment Records with ?/! 3 anos atrás
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anos atrás
  Linus Groh acda12597a LibJS: Rename scope to environment 3 anos atrás
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 anos atrás
  Timothy Flynn 27904b1060 LibJS: Add a fast path for creating per-iteration DeclarativeEnvironment 3 anos atrás
  Timothy Flynn 435f49d98e LibJS: Allow direct index-based initialization of a declarative binding 3 anos atrás
  Timothy Flynn 533170fbfa LibJS: Combine DeclarativeEnvironment's bindings and names into one list 3 anos atrás
  Andreas Kling ff60e8ffc6 LibJS: Use Vector instead of HashMap in DeclarativeEnvironment 3 anos atrás
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen 3 anos atrás
  Linus Groh 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 anos atrás
  Linus Groh f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr 3 anos atrás
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr 3 anos atrás
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr 3 anos atrás
  Linus Groh 2691c65639 LibJS: Convert create_immutable_binding() to ThrowCompletionOr 3 anos atrás
  Linus Groh 4baf3a91e8 LibJS: Convert create_mutable_binding() to ThrowCompletionOr 3 anos atrás
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr 3 anos atrás
  Andreas Kling 421845b0cd LibJS: Taint variable environment chain after non-strict direct eval() 3 anos atrás
  Andreas Kling 540ce075b6 LibJS: Add direct (indexed) binding accessors to DeclarativeEnvironment 3 anos atrás
  Andreas Kling cb696eff08 LibJS: Make Environment::has_binding() optionally return binding index 3 anos atrás