Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 7df1692580 LibJS: Add Object::may_interfere_with_indexed_property_access() virtual vor 1 Jahr
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
  Timothy Flynn 8414734a2d LibJS: Propagate the OOM error from setting the String length property vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Linus Groh 049e99b5f0 LibJS: Convert StringObject::create() to NonnullGCPtr vor 2 Jahren
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! vor 2 Jahren
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions vor 2 Jahren
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions vor 2 Jahren
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS vor 3 Jahren
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> vor 3 Jahren
  Linus Groh 038d354b5d LibJS: Remove Object::value_of() vor 3 Jahren
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey vor 3 Jahren
  Linus Groh 60366ae032 LibJS: Convert this_string_value() to ThrowCompletionOr vor 3 Jahren
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) vor 4 Jahren
  Idan Horowitz c254e4cf10 LibJS: Get the prototype of a new String from the constructor's realm vor 4 Jahren
  Andreas Kling 686213c2b8 LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts vor 4 Jahren
  Linus Groh 8d7ec28924 LibJS: Remove String.prototype.length vor 4 Jahren
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
  Andreas Kling 0a911178ce LibJS: Add fast_is<T> for StringObject and GlobalObject vor 4 Jahren
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ vor 4 Jahren