Histórico de commits

Autor SHA1 Mensagem Data
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 ano atrás
  Andreas Kling 2083376618 LibJS: Use MUST instead of TRY for infallible calls to TrimString 1 ano atrás
  Andreas Kling 7849950383 LibJS: Make Utf16String & related APIs infallible 1 ano atrás
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 ano atrás
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 ano atrás
  Shannon Booth 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer 2 anos atrás
  Timothy Flynn 5736b53013 LibJS: Add an Iterator constructor and object 2 anos atrás
  Linus Groh 2140200a19 LibJS: Add spec comments to GlobalObject 2 anos atrás
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 anos atrás
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anos atrás
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 anos atrás
  davidot 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 anos atrás
  davidot 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 anos atrás
  Timothy Flynn 95d1678553 LibJS: Mark infallible operations that may throw only due to OOM 2 anos atrás
  Timothy Flynn 0d47c4e7a0 LibJS: Port the TrimString AO to String 2 anos atrás
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 anos atrás
  Linus Groh 76f89bf50d LibJS: Use intrinsic namespace objects in set_default_global_bindings() 2 anos atrás
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 anos atrás
  Timothy Flynn 1edb96376b AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible 2 anos atrás
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 anos atrás
  Timothy Flynn e86e59699d LibJS: Use Object's new deferred instrinsic storage for GlobalObject 2 anos atrás
  davidot 62fc3e50f3 LibJS: Make parseFloat use the new double parser 2 anos atrás
  Andrew Kaster 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2 anos atrás
  Ben Wiederhake 3aeb57ed09 AK+Everywhere: Fix data corruption due to code-point-to-char conversion 2 anos atrás
  Linus Groh 040e3abb1d LibJS: Implement SetDefaultGlobalBindings as a standalone function 2 anos atrás
  Linus Groh e3804e6426 LibJS: Move construction of GlobalObject native functions to Intrinsics 2 anos atrás
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() 2 anos atrás
  Linus Groh 867ad03995 LibJS: Move Console ownership from GlobalObject to ConsoleObject 2 anos atrás
  Linus Groh 78eca3ae64 LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics 2 anos atrás