Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 年之前 |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 年之前 |
Matthias Zimmerman
|
c10d48b72c
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
|
3 年之前 |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 年之前 |
Timothy Flynn
|
39b308ba52
LibJS: Factor out TypedArrayElement{Size,Type} abstract operations
|
3 年之前 |
Idan Horowitz
|
c7a8902746
LibJS: Make TypedArray::element_name return FlyString instead of String
|
3 年之前 |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 年之前 |
Timothy Flynn
|
20f73d2abc
LibJS: Convert Atomics functions to ThrowCompletionOr
|
3 年之前 |
Timothy Flynn
|
3edf86462b
LibJS: Convert typed_array_from to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 年之前 |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 年之前 |
Linus Groh
|
be28a6142b
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
85a28a6555
LibJS: Convert to_index() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
e87cea8248
LibJS: Convert to_bigint() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
32b620c62d
LibJS: Convert atomic_compare_exchange_impl() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
74e29fa60b
LibJS: Convert perform_atomic_operation() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
f95560b21a
LibJS: Convert atomic_read_modify_write() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
6cef1dfa6d
LibJS: Convert validate_atomic_access() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
12ac2338aa
LibJS: Convert validate_integer_typed_array() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
3655aee543
LibJS: Convert validate_typed_array() to ThrowCompletionOr
|
3 年之前 |
Timothy Flynn
|
1a3e1bff7b
LibJS: Implement Atomics.isLockFree
|
4 年之前 |
Timothy Flynn
|
33eb830929
LibJS: Implement Atomics.compareExchange
|
4 年之前 |
Timothy Flynn
|
655ffce64d
LibJS: Implement Atomics.exchange
|
4 年之前 |
Timothy Flynn
|
6211eb0f9a
LibJS: Implement Atomics.store
|
4 年之前 |
Timothy Flynn
|
b6364ec899
LibJS: Implement Atomics.xor
|
4 年之前 |
Timothy Flynn
|
d2f6255b91
LibJS: Implement Atomics.sub
|
4 年之前 |
Timothy Flynn
|
f9d8e234b2
LibJS: Implement Atomics.or
|
4 年之前 |
Timothy Flynn
|
2d3af5c1b4
LibJS: Implement Atomics.and
|
4 年之前 |
Timothy Flynn
|
940875c9fd
LibJS: Implement Atomics.load
|
4 年之前 |
Timothy Flynn
|
cc3b96743a
LibJS: Implement Atomics.add
|
4 年之前 |