Commit History

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