Commit History

Autor SHA1 Mensaxe Data
  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
  Andreas Kling 5b16b5d7c1 LibJS: Fix spelling mistake in VariableDeclaration::execute() %!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 d6df955305 LibJS: Add missing to_property_key exception check in ClassExpression %!s(int64=4) %!d(string=hai) anos
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 6e0e8a8242 LibJS: Teach Reference to access call frame arguments directly %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 848944113c LibJS: Access function arguments directly in AST interpreter %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 481cef59b6 LibJS: Track which Identifier nodes refer to function arguments %!s(int64=4) %!d(string=hai) anos
  Idan Horowitz 690eb3bb8a LibJS: Add support for hex, octal & binary big integer literals %!s(int64=4) %!d(string=hai) anos
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) %!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
  Andreas Kling 749a3b9245 LibJS: Move is_arrow_function() from FunctionExpression to FunctionNode %!s(int64=4) %!d(string=hai) anos
  Linus Groh 17da54d49c LibJS: Fix two accidentally incorrect ScriptFunction constructions %!s(int64=4) %!d(string=hai) anos
  Ali Mohammad Pur b47246ec70 LibJS: Switch AST.{h,cpp} to east const %!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
  Andreas Kling 93a07ba962 LibJS: Remove GlobalObject& argument from VM::construct() %!s(int64=4) %!d(string=hai) anos
  Linus Groh 83be39c91a LibJS: Handle Proxy with Array target in IsArray() abstract operation %!s(int64=4) %!d(string=hai) anos
  Marcin Gasperowicz 624ceec04f LibJS: Make SwitchStatement::execute() return undefined for empty blocks %!s(int64=4) %!d(string=hai) anos
  Idan Horowitz 064ed8279e LibJS: Support deleting local variables with operator delete %!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
  Idan Horowitz 98897ff676 LibJS: Return the last value from a with statement %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 0553e0b048 LibJS: Move AST bytecode generation virtuals to separate cpp file %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 2b9fbd10ed LibJS: Add Sub bytecode instruction (subtract values) %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 37cb70836b LibJS: Some more opcodes for the bytecode VM %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 69dddd4ef5 LibJS: Start fleshing out a bytecode for the JavaScript engine :^) %!s(int64=4) %!d(string=hai) anos
  Idan Horowitz eb0b1c432a LibJS: Replace StringOrSymbol::from_value with Value::to_property_key %!s(int64=4) %!d(string=hai) anos
  Ryan Chandler c66b281856 LibJS: Fix functions binding this to global object in strict mode %!s(int64=4) %!d(string=hai) anos
  Andreas Kling bf8fd4c193 Everywhere: Remove accidental '\n' from various outln() invocations %!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