Historie revizí

Autor SHA1 Zpráva Datum
  Marcin Gasperowicz 624ceec04f LibJS: Make SwitchStatement::execute() return undefined for empty blocks před 4 roky
  Idan Horowitz 064ed8279e LibJS: Support deleting local variables with operator delete před 4 roky
  Idan Horowitz af58779def LibJS: Return undefined from a with statement if no value was generated před 4 roky
  Idan Horowitz 98897ff676 LibJS: Return the last value from a with statement před 4 roky
  Andreas Kling 0553e0b048 LibJS: Move AST bytecode generation virtuals to separate cpp file před 4 roky
  Andreas Kling 2b9fbd10ed LibJS: Add Sub bytecode instruction (subtract values) před 4 roky
  Andreas Kling 37cb70836b LibJS: Some more opcodes for the bytecode VM před 4 roky
  Andreas Kling 69dddd4ef5 LibJS: Start fleshing out a bytecode for the JavaScript engine :^) před 4 roky
  Idan Horowitz eb0b1c432a LibJS: Replace StringOrSymbol::from_value with Value::to_property_key před 4 roky
  Ryan Chandler c66b281856 LibJS: Fix functions binding this to global object in strict mode před 4 roky
  Andreas Kling bf8fd4c193 Everywhere: Remove accidental '\n' from various outln() invocations před 4 roky
  Ali Mohammad Pur 7a00d6d9c8 LibJS: Implement destructuring assignments and function parameters před 4 roky
  Linus Groh 0a329d2d70 LibJS: Make super() in catch block work před 4 roky
  Linus Groh c93c2dc72c LibJS: Rename RegExpLiteral m_content to m_pattern před 4 roky
  FalseHonesty bee16bb83a LibJS: Don't suppress GlobalObject variable lookup exceptions před 4 roky
  Andreas Kling 3a4d42bbbb LibJS: Remove stray '%' from MemberExpression AST dump před 4 roky
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers před 4 roky
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
  Linus Groh 726d631527 LibJS: Use references in CallExpression::compute_this_and_callee() před 4 roky
  Linus Groh 73a92c79b8 LibJS: Use reference in MemberExpression::execute() před 4 roky
  Linus Groh 4ee965f916 LibJS: Add set_exception() and change throw_exception() to take a reference před 4 roky
  Linus Groh f2abe42ecb LibJS: Update empty TryStatement result value to undefined před 4 roky
  Linus Groh 7cbede4342 LibJS: Fix return value of TryStatement with finalizer před 4 roky
  Linus Groh 2172e51246 LibJS: Implicitly break for..in loop if the RHS result is nullish před 4 roky
  Linus Groh 275da6fcc9 LibJS: Update Object::define_accessor() to take both getter and setter před 4 roky
  Linus Groh ec62783af9 LibJS: Let Object::delete_property() return a bool, not Value před 4 roky
  Linus Groh 1c3eef5317 LibJS: Use MarkedValueList for internal own properties getter functions před 4 roky
  Linus Groh 1416027486 LibJS: Add Object::get_enumerable_own_property_names() and use it před 4 roky
  Linus Groh afc86abe24 LibJS: Remove this_object parameter from get/put own property functions před 4 roky
  Linus Groh f1fde01025 LibJS: Fix returning from try statement před 4 roky