Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 07acdc7be2 LibJS: Rename VM::get_reference() => resolve_binding() 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
  Anonymous 2822da8c8f LibJS: Correct behaviour of direct vs. indirect eval há 4 anos atrás
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy 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 395bee07e0 LibJS: Implement the NewObjectEnvironment() abstract operation 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
  Andreas Kling 5b16b5d7c1 LibJS: Fix spelling mistake in VariableDeclaration::execute() há 4 anos atrás
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns há 4 anos atrás
  Idan Horowitz d6df955305 LibJS: Add missing to_property_key exception check in ClassExpression há 4 anos atrás
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype há 4 anos atrás
  Andreas Kling 6e0e8a8242 LibJS: Teach Reference to access call frame arguments directly há 4 anos atrás
  Andreas Kling 848944113c LibJS: Access function arguments directly in AST interpreter há 4 anos atrás
  Andreas Kling 481cef59b6 LibJS: Track which Identifier nodes refer to function arguments há 4 anos atrás
  Idan Horowitz 690eb3bb8a LibJS: Add support for hex, octal & binary big integer literals há 4 anos atrás
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) há 4 anos atrás
  Ali Mohammad Pur 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' há 4 anos atrás
  Andreas Kling 749a3b9245 LibJS: Move is_arrow_function() from FunctionExpression to FunctionNode há 4 anos atrás
  Linus Groh 17da54d49c LibJS: Fix two accidentally incorrect ScriptFunction constructions há 4 anos atrás
  Ali Mohammad Pur b47246ec70 LibJS: Switch AST.{h,cpp} to east const há 4 anos atrás
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) há 4 anos atrás
  Andreas Kling 93a07ba962 LibJS: Remove GlobalObject& argument from VM::construct() há 4 anos atrás
  Linus Groh 83be39c91a LibJS: Handle Proxy with Array target in IsArray() abstract operation há 4 anos atrás
  Marcin Gasperowicz 624ceec04f LibJS: Make SwitchStatement::execute() return undefined for empty blocks há 4 anos atrás
  Idan Horowitz 064ed8279e LibJS: Support deleting local variables with operator delete há 4 anos atrás