Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  Shannon Booth 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer vor 2 Jahren
  Timothy Flynn 5736b53013 LibJS: Add an Iterator constructor and object vor 2 Jahren
  Linus Groh 2140200a19 LibJS: Add spec comments to GlobalObject vor 2 Jahren
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() vor 2 Jahren
  davidot 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} vor 2 Jahren
  davidot 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} vor 2 Jahren
  Timothy Flynn 95d1678553 LibJS: Mark infallible operations that may throw only due to OOM vor 2 Jahren
  Timothy Flynn 0d47c4e7a0 LibJS: Port the TrimString AO to String vor 2 Jahren
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string vor 2 Jahren
  Linus Groh 76f89bf50d LibJS: Use intrinsic namespace objects in set_default_global_bindings() vor 2 Jahren
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible vor 2 Jahren
  Timothy Flynn 1edb96376b AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible vor 2 Jahren
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Timothy Flynn e86e59699d LibJS: Use Object's new deferred instrinsic storage for GlobalObject vor 2 Jahren
  davidot 62fc3e50f3 LibJS: Make parseFloat use the new double parser vor 2 Jahren
  Andrew Kaster 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY vor 2 Jahren
  Ben Wiederhake 3aeb57ed09 AK+Everywhere: Fix data corruption due to code-point-to-char conversion vor 2 Jahren
  Linus Groh 040e3abb1d LibJS: Implement SetDefaultGlobalBindings as a standalone function vor 2 Jahren
  Linus Groh e3804e6426 LibJS: Move construction of GlobalObject native functions to Intrinsics vor 2 Jahren
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() vor 2 Jahren
  Linus Groh 867ad03995 LibJS: Move Console ownership from GlobalObject to ConsoleObject vor 2 Jahren
  Linus Groh 78eca3ae64 LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics vor 2 Jahren
  Linus Groh d35f53c344 LibJS: Remove Console's reliance on GlobalObject vor 2 Jahren
  Linus Groh dfb7588d30 LibJS: Remove GlobalObject::{set_,}associated_realm() vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() vor 2 Jahren