Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling 5edd259b0a LibJS: Rename EnvironmentRecord::parent() => outer_environment() пре 4 година
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) пре 4 година
  Andreas Kling 0d2aba07aa LibJS: Add VM::dump_scope_chain() пре 4 година
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns пре 4 година
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype пре 4 година
  Idan Horowitz de9fa6622a LibJS: Add the FinalizationRegistry built-in object пре 4 година
  Andreas Kling 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction пре 4 година
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere пре 4 година
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) пре 4 година
  Andreas Kling 93a07ba962 LibJS: Remove GlobalObject& argument from VM::construct() пре 4 година
  Andreas Kling d69cd3f5bf LibJS: Don't create lexical environment for native (C++) function calls пре 4 година
  Idan Horowitz 064ed8279e LibJS: Support deleting local variables with operator delete пре 4 година
  Andreas Kling d24f4462c7 LibJS: Add VM::dump_backtrace() пре 4 година
  Linus Groh 163d776df6 LibJS: Replace iterator hint string argument with an enum пре 4 година
  Ali Mohammad Pur 7a00d6d9c8 LibJS: Implement destructuring assignments and function parameters пре 4 година
  Andreas Kling 679fc3066c LibJS: Fix clang-tidy warnings about unnecessary move()s in VM.cpp пре 4 година
  Andreas Kling 47a4b2ba9f LibJS: Make Value::as_cell() return a Cell& пре 4 година
  FalseHonesty bee16bb83a LibJS: Don't suppress GlobalObject variable lookup exceptions пре 4 година
  Linus Groh 62c7608a25 LibJS+LibWeb: Move exception logging and remove should_log_exceptions пре 4 година
  Linus Groh 5caab0148c LibJS: Add TemporaryClearException helper class пре 4 година
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() пре 4 година
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers пре 4 година
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
  Linus Groh 8d490aba76 LibJS: Implement console.assert() пре 4 година
  Linus Groh 4ee965f916 LibJS: Add set_exception() and change throw_exception() to take a reference пре 4 година
  Linus Groh da177c6517 LibJS: Make Errors fully spec compliant пре 4 година
  Linus Groh 55d9f1cced LibJS: Log any exception, not just the ones with a JS::Error value пре 4 година
  Linus Groh f418115f1b LibJS: Add initial support for Promises пре 4 година
  Linus Groh 0b799dd3b7 LibJS: VERIFY(!this_value.is_empty()) in VM::call_internal() пре 4 година
  Andreas Kling 1603623772 LibJS: Move AST node stack from VM to Interpreter пре 4 година