Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 5edd259b0a LibJS: Rename EnvironmentRecord::parent() => outer_environment() il y a 4 ans
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) il y a 4 ans
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns il y a 4 ans
  Idan Horowitz de9fa6622a LibJS: Add the FinalizationRegistry built-in object il y a 4 ans
  Idan Horowitz 6913f06b6f LibJS: Store and maintain an "execution generation" counter il y a 4 ans
  Ali Mohammad Pur 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' il y a 4 ans
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) il y a 4 ans
  Gunnar Beutner 319a60043b LibJS: Let the bytecode interpreter set the VM's last value il y a 4 ans
  Andreas Kling 4bc98fd39f LibJS: Only "var" declarations go in the global object at program level il y a 4 ans
  Idan Horowitz af58779def LibJS: Return undefined from a with statement if no value was generated il y a 4 ans
  Ali Mohammad Pur 7a00d6d9c8 LibJS: Implement destructuring assignments and function parameters il y a 4 ans
  Linus Groh a92dc4e30d LibJS: Ensure function declarations don't leak outside function scopes il y a 4 ans
  Linus Groh 08373090ae LibJS: Add VM::on_call_stack_emptied callback il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Linus Groh e8cbcc2fbf LibJS: Replace two more uses of unwind(ScopeType::None) with stop_unwind() il y a 4 ans
  Linus Groh f418115f1b LibJS: Add initial support for Promises il y a 4 ans
  Andreas Kling e0abfcb27d LibJS: Don't track executing AST nodes in a Vector il y a 4 ans
  Andreas Kling 1603623772 LibJS: Move AST node stack from VM to Interpreter il y a 4 ans
  Linus Groh c499239137 LibJS: Implement non-value-producing statements properly il y a 4 ans
  Linus Groh dadf2e8251 LibJS: Make Interpreter::run() a void function il y a 4 ans
  Jean-Baptiste Boric 6172cb3599 LibJS: Keep track of current AST node inside the call stack il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling 635a5eec75 LibJS: Remove a whole bunch of unnecessary #includes il y a 4 ans
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans