Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 37c85fa07e LibJS: Convert TypedArray::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::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
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger vor 2 Jahren
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() vor 2 Jahren
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions vor 2 Jahren
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] vor 2 Jahren
  Linus Groh 999da617c5 LibJS: Remove GlobalObject from VM::this_value() vor 2 Jahren
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() vor 2 Jahren
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 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
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Sam Atkins 7ff99c3972 Tests: Port test-wasm to Core::Stream vor 3 Jahren
  davidot de90d54be0 LibJS: Convert ArrayBuffer construction to ThrowCompletionOr vor 3 Jahren
  Linus Groh a6476ad61f test-wasm: Convert WebAssemblyModule::create() to ThrowCompletionOr vor 3 Jahren
  Andreas Kling a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() vor 3 Jahren
  Idan Horowitz 10b93506ad Tests: Convert test-wasm functions to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 44555eb50a LibJS: Convert test-js/test-web/test-wasm 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
  Idan Horowitz 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz df181809fd LibJS: Convert to_bigint_int64() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr vor 3 Jahren
  Nico Weber 841a5fe81b Tests: Fix typos vor 3 Jahren
  Ali Mohammad Pur 30a1a25daa Tests/LibWasm: Handle all stream errors in parse_webassembly_module vor 3 Jahren
  Ali Mohammad Pur 99199b9bfd Tests/LibWasm: Add support for javascript bigint values vor 3 Jahren