Commit History

Autor SHA1 Mensaxe Data
  Linus Groh 7b92889e6b LibJS: Change Interpreter::create_with_existing_{global_object => realm} %!s(int64=3) %!d(string=hai) anos
  Linus Groh 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() %!s(int64=3) %!d(string=hai) anos
  Linus Groh f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm %!s(int64=3) %!d(string=hai) anos
  Linus Groh 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 66264f7c2a LibJS: Change ExecutionContext's arguments list to a MarkedValueList %!s(int64=3) %!d(string=hai) anos
  Brian Gianforcaro 53166c10ca LibJS: Remove unused header includes %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages %!s(int64=4) %!d(string=hai) anos
  Hendi 38fd980b0c LibJS: Improve function hoisting across blocks %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes %!s(int64=4) %!d(string=hai) anos
  Andreas Kling c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject %!s(int64=4) %!d(string=hai) anos
  Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T> %!s(int64=4) %!d(string=hai) anos
  Andreas Kling c2ad599783 LibJS: Rename CallFrame => ExecutionContext %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 1f8b6ac3c3 LibJS: Begin implementing GlobalEnvironmentRecord %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable %!s(int64=4) %!d(string=hai) anos
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 08510a0c80 LibJS: Rename VM::current_scope() => current_environment_record() %!s(int64=4) %!d(string=hai) anos
  Andreas Kling d407f247b7 LibJS: Rename virtuals in EnvironmentRecord %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 5edd259b0a LibJS: Rename EnvironmentRecord::parent() => outer_environment() %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) %!s(int64=4) %!d(string=hai) anos
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns %!s(int64=4) %!d(string=hai) anos
  Idan Horowitz de9fa6622a LibJS: Add the FinalizationRegistry built-in object %!s(int64=4) %!d(string=hai) anos
  Idan Horowitz 6913f06b6f LibJS: Store and maintain an "execution generation" counter %!s(int64=4) %!d(string=hai) anos
  Ali Mohammad Pur 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' %!s(int64=4) %!d(string=hai) anos
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) %!s(int64=4) %!d(string=hai) anos
  Gunnar Beutner 319a60043b LibJS: Let the bytecode interpreter set the VM's last value %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 4bc98fd39f LibJS: Only "var" declarations go in the global object at program level %!s(int64=4) %!d(string=hai) anos
  Idan Horowitz af58779def LibJS: Return undefined from a with statement if no value was generated %!s(int64=4) %!d(string=hai) anos
  Ali Mohammad Pur 7a00d6d9c8 LibJS: Implement destructuring assignments and function parameters %!s(int64=4) %!d(string=hai) anos
  Linus Groh a92dc4e30d LibJS: Ensure function declarations don't leak outside function scopes %!s(int64=4) %!d(string=hai) anos
  Linus Groh 08373090ae LibJS: Add VM::on_call_stack_emptied callback %!s(int64=4) %!d(string=hai) anos