index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
AtomicsObject.cpp
Age
Commit message (
Expand
)
Author
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-06-13
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
Matthias Zimmerman
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-04-16
LibJS: Factor out TypedArrayElement{Size,Type} abstract operations
Timothy Flynn
2022-02-08
LibJS: Make TypedArray::element_name return FlyString instead of String
Idan Horowitz
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2021-10-23
LibJS: Convert Atomics functions to ThrowCompletionOr
Timothy Flynn
2021-10-23
LibJS: Convert typed_array_from to ThrowCompletionOr
Timothy Flynn
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-18
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert to_index() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_bigint() to ThrowCompletionOr
Idan Horowitz
2021-10-04
LibJS: Convert atomic_compare_exchange_impl() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert perform_atomic_operation() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert atomic_read_modify_write() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_atomic_access() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_integer_typed_array() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_typed_array() to ThrowCompletionOr
Linus Groh
2021-07-14
LibJS: Implement Atomics.isLockFree
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.compareExchange
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.exchange
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.store
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.xor
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.sub
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.or
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.and
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.load
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.add
Timothy Flynn
2021-07-14
LibJS: Begin implementing Atomics
Timothy Flynn