Historique des commits

Auteur SHA1 Message Date
  Tim Schumacher 388dc9cc5f LibJS: Supress an unused bind when wrapping float atomic operations il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() il y a 2 ans
  Linus Groh 90bf33241d LibJS: Replace GlobalObject with VM in Atomics AOs [Part 12/19] il y a 2 ans
  Linus Groh 26366d5930 LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19] il y a 2 ans
  Linus Groh b037894287 LibJS: Replace GlobalObject with VM in TypedArray AOs [Part 10/19] 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 f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 2 ans
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions il y a 2 ans
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors il y a 2 ans
  Matthias Zimmerman c10d48b72c AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() il y a 3 ans
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Timothy Flynn 39b308ba52 LibJS: Factor out TypedArrayElement{Size,Type} abstract operations il y a 3 ans
  Idan Horowitz c7a8902746 LibJS: Make TypedArray::element_name return FlyString instead of String il y a 3 ans
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) il y a 3 ans
  Timothy Flynn 20f73d2abc LibJS: Convert Atomics functions to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 3edf86462b LibJS: Convert typed_array_from 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
  Linus Groh be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 85a28a6555 LibJS: Convert to_index() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz e87cea8248 LibJS: Convert to_bigint() to ThrowCompletionOr il y a 3 ans
  Linus Groh 32b620c62d LibJS: Convert atomic_compare_exchange_impl() to ThrowCompletionOr il y a 3 ans
  Linus Groh 74e29fa60b LibJS: Convert perform_atomic_operation() to ThrowCompletionOr il y a 3 ans
  Linus Groh f95560b21a LibJS: Convert atomic_read_modify_write() to ThrowCompletionOr il y a 3 ans
  Linus Groh 6cef1dfa6d LibJS: Convert validate_atomic_access() to ThrowCompletionOr il y a 3 ans
  Linus Groh 12ac2338aa LibJS: Convert validate_integer_typed_array() to ThrowCompletionOr il y a 3 ans
  Linus Groh 3655aee543 LibJS: Convert validate_typed_array() to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 1a3e1bff7b LibJS: Implement Atomics.isLockFree il y a 4 ans
  Timothy Flynn 33eb830929 LibJS: Implement Atomics.compareExchange il y a 4 ans