История коммитов

Автор SHA1 Сообщение Дата
  Andreas Kling 07acdc7be2 LibJS: Rename VM::get_reference() => resolve_binding() 4 лет назад
  Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T> 4 лет назад
  Andreas Kling c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 лет назад
  Anonymous 2822da8c8f LibJS: Correct behaviour of direct vs. indirect eval 4 лет назад
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy 4 лет назад
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable 4 лет назад
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec 4 лет назад
  Andreas Kling 395bee07e0 LibJS: Implement the NewObjectEnvironment() abstract operation 4 лет назад
  Andreas Kling 08510a0c80 LibJS: Rename VM::current_scope() => current_environment_record() 4 лет назад
  Andreas Kling d407f247b7 LibJS: Rename virtuals in EnvironmentRecord 4 лет назад
  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 5b16b5d7c1 LibJS: Fix spelling mistake in VariableDeclaration::execute() 4 лет назад
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns 4 лет назад
  Idan Horowitz d6df955305 LibJS: Add missing to_property_key exception check in ClassExpression 4 лет назад
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype 4 лет назад
  Andreas Kling 6e0e8a8242 LibJS: Teach Reference to access call frame arguments directly 4 лет назад
  Andreas Kling 848944113c LibJS: Access function arguments directly in AST interpreter 4 лет назад
  Andreas Kling 481cef59b6 LibJS: Track which Identifier nodes refer to function arguments 4 лет назад
  Idan Horowitz 690eb3bb8a LibJS: Add support for hex, octal & binary big integer literals 4 лет назад
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 лет назад
  Ali Mohammad Pur 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' 4 лет назад
  Andreas Kling 749a3b9245 LibJS: Move is_arrow_function() from FunctionExpression to FunctionNode 4 лет назад
  Linus Groh 17da54d49c LibJS: Fix two accidentally incorrect ScriptFunction constructions 4 лет назад
  Ali Mohammad Pur b47246ec70 LibJS: Switch AST.{h,cpp} to east const 4 лет назад
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) 4 лет назад
  Andreas Kling 93a07ba962 LibJS: Remove GlobalObject& argument from VM::construct() 4 лет назад
  Linus Groh 83be39c91a LibJS: Handle Proxy with Array target in IsArray() abstract operation 4 лет назад
  Marcin Gasperowicz 624ceec04f LibJS: Make SwitchStatement::execute() return undefined for empty blocks 4 лет назад
  Idan Horowitz 064ed8279e LibJS: Support deleting local variables with operator delete 4 лет назад