Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records hace 3 años
  Linus Groh 24d772af7c LibJS: Move additional notes to spec comments onto their own line hace 3 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  Linus Groh 599b2bee4a LibJS: Tweak Interpreter::create() for more spec-likeness hace 3 años
  Linus Groh 9422ae9bb2 LibJS: Add infallible variant of VM::push_execution_context() hace 3 años
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS hace 3 años
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> hace 3 años
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions hace 3 años
  kleines Filmröllchen 145eeb57ab Userland: Remove a bunch of unnecessary Vector imports hace 3 años
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules hace 3 años
  Linus Groh eb60d16549 LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> hace 3 años
  davidot 830ea0414c LibJS: Make scoping follow the spec hace 3 años
  Linus Groh 7b92889e6b LibJS: Change Interpreter::create_with_existing_{global_object => realm} hace 3 años
  Linus Groh 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() hace 3 años
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes hace 4 años
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable hace 4 años
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec hace 4 años
  Andreas Kling 08510a0c80 LibJS: Rename VM::current_scope() => current_environment_record() hace 4 años
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  Andreas Kling 630d83be8f LibJS: Always inline some tiny Interpreter getters hace 4 años
  Andreas Kling e0abfcb27d LibJS: Don't track executing AST nodes in a Vector hace 4 años
  Andreas Kling 1603623772 LibJS: Move AST node stack from VM to Interpreter hace 4 años
  Andreas Kling d792200a55 LibJS: Rename GlobalObject::initialize() => initialize_global_object() hace 4 años
  Linus Groh dadf2e8251 LibJS: Make Interpreter::run() a void function hace 4 años
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ hace 4 años