Historique des commits

Auteur SHA1 Message Date
  Tim Schumacher 982ebbc304 LibWasm: Port the parser to `Core::Stream` il y a 2 ans
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string il y a 2 ans
  Andrew Kaster 8d015bd71c test-wasm: Don't cast signed values to unsigned types in wasm_invoke il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun il y a 2 ans
  Linus Groh 37c85fa07e LibJS: Convert TypedArray::create() to NonnullGCPtr il y a 2 ans
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger il y a 2 ans
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() il y a 2 ans
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions il y a 2 ans
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans
  Linus Groh 999da617c5 LibJS: Remove GlobalObject from VM::this_value() il y a 2 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 2 ans
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions il y a 2 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Sam Atkins 7ff99c3972 Tests: Port test-wasm to Core::Stream il y a 3 ans
  davidot de90d54be0 LibJS: Convert ArrayBuffer construction to ThrowCompletionOr il y a 3 ans
  Linus Groh a6476ad61f test-wasm: Convert WebAssemblyModule::create() to ThrowCompletionOr il y a 3 ans
  Andreas Kling a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() il y a 3 ans
  Idan Horowitz 10b93506ad Tests: Convert test-wasm functions to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 44555eb50a LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function il y a 3 ans
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros il y a 3 ans
  Idan Horowitz 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz df181809fd LibJS: Convert to_bigint_int64() to ThrowCompletionOr il y a 3 ans