Commit Verlauf

Autor SHA1 Nachricht Datum
  Dan Klishch b5f1a48a7c AK+Everywhere: Remove JsonValue APIs with implicit default values vor 1 Jahr
  Dan Klishch 77f36a9e46 LibJS: Remove redundant use of JsonValue::{is,as}_i32() vor 1 Jahr
  Dan Klishch ccd701809f Everywhere: Add deprecated_ prefix to `JsonValue::to_byte_string` vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type vor 1 Jahr
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString vor 1 Jahr
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} vor 1 Jahr
  Andreas Kling 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible vor 1 Jahr
  Andreas Kling 1a27c525d5 LibJS: Make PrimitiveString::create() infallible vor 1 Jahr
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  Linus Groh 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr vor 2 Jahren
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr vor 2 Jahren
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Nico Weber 401246ae21 LibJS: Use is_unicode_surrogate more vor 2 Jahren
  Nico Weber 868b358b1a LibJS: Add spec comments to quote_json_string vor 2 Jahren
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string vor 2 Jahren
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible vor 2 Jahren
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun vor 2 Jahren
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr vor 2 Jahren
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h vor 2 Jahren
  davidot 9921f80817 LibJS: Fix that non-double numbers from JSON were truncated to i32 vor 2 Jahren
  Timothy Flynn 3efe611dbf LibJS: Do not assume that IsArray means the object type is an Array vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary vor 2 Jahren
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() vor 2 Jahren