Commit Verlauf

Autor SHA1 Nachricht Datum
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function vor 3 Jahren
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros vor 3 Jahren
  Linus Groh be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 96ab116f0d LibJS: Convert to_primitive_string() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr vor 3 Jahren
  Linus Groh e5b8544762 LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr vor 3 Jahren
  Linus Groh fb443b3fb4 LibJS: Convert create_data_property() to ThrowCompletionOr vor 3 Jahren
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr vor 3 Jahren
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 1db7e096e2 LibJS: Switch is_array to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz e90e4ac1e2 LibJS: Convert length_of_array_like to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper vor 4 Jahren
  Luke 99cb54670f LibJS: Add missing exception check in internalize_json_property vor 4 Jahren
  Linus Groh 9555ca99a0 LibJS: Remove unnecessary value_or() from get() vor 4 Jahren
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) vor 4 Jahren
  Idan Horowitz e480d69130 LibJS: Bring ArrayCreate and ArrayConstructor closer to spec vor 4 Jahren
  Idan Horowitz 648b4c7d74 LibJS: Bring JSON.parse slightly closer to the specification vor 4 Jahren
  Idan Horowitz 8d50cf492e LibJS: Bring JSON.stringify closer to the specification vor 4 Jahren
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject vor 4 Jahren
  Linus Groh f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) vor 4 Jahren
  Linus Groh 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there vor 4 Jahren
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype vor 4 Jahren
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere vor 4 Jahren
  Linus Groh 83be39c91a LibJS: Handle Proxy with Array target in IsArray() abstract operation vor 4 Jahren
  Matthew Olsson fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers vor 4 Jahren