Histórico de Commits

Autor SHA1 Mensagem Data
  Idan Horowitz e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages há 4 anos atrás
  Hendi 38fd980b0c LibJS: Improve function hoisting across blocks há 4 anos atrás
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás
  Andreas Kling c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject há 4 anos atrás
  Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T> há 4 anos atrás
  Andreas Kling c2ad599783 LibJS: Rename CallFrame => ExecutionContext há 4 anos atrás
  Andreas Kling 1f8b6ac3c3 LibJS: Begin implementing GlobalEnvironmentRecord há 4 anos atrás
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable há 4 anos atrás
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec há 4 anos atrás
  Andreas Kling 08510a0c80 LibJS: Rename VM::current_scope() => current_environment_record() há 4 anos atrás
  Andreas Kling d407f247b7 LibJS: Rename virtuals in EnvironmentRecord há 4 anos atrás
  Andreas Kling 5edd259b0a LibJS: Rename EnvironmentRecord::parent() => outer_environment() há 4 anos atrás
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) há 4 anos atrás
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns há 4 anos atrás
  Idan Horowitz de9fa6622a LibJS: Add the FinalizationRegistry built-in object há 4 anos atrás
  Idan Horowitz 6913f06b6f LibJS: Store and maintain an "execution generation" counter há 4 anos atrás
  Ali Mohammad Pur 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' há 4 anos atrás
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) há 4 anos atrás
  Gunnar Beutner 319a60043b LibJS: Let the bytecode interpreter set the VM's last value há 4 anos atrás
  Andreas Kling 4bc98fd39f LibJS: Only "var" declarations go in the global object at program level há 4 anos atrás
  Idan Horowitz af58779def LibJS: Return undefined from a with statement if no value was generated há 4 anos atrás
  Ali Mohammad Pur 7a00d6d9c8 LibJS: Implement destructuring assignments and function parameters há 4 anos atrás
  Linus Groh a92dc4e30d LibJS: Ensure function declarations don't leak outside function scopes há 4 anos atrás
  Linus Groh 08373090ae LibJS: Add VM::on_call_stack_emptied callback há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Linus Groh e8cbcc2fbf LibJS: Replace two more uses of unwind(ScopeType::None) with stop_unwind() há 4 anos atrás
  Linus Groh f418115f1b LibJS: Add initial support for Promises há 4 anos atrás
  Andreas Kling e0abfcb27d LibJS: Don't track executing AST nodes in a Vector há 4 anos atrás
  Andreas Kling 1603623772 LibJS: Move AST node stack from VM to Interpreter há 4 anos atrás
  Linus Groh c499239137 LibJS: Implement non-value-producing statements properly há 4 anos atrás