Timothy Flynn
|
9258d7b98a
LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray
|
1 năm trước cách đây |
Timothy Flynn
|
4f32392426
LibJS: Update spec headers of ArrayBuffer, TypedArray, DataView, Atomics
|
1 năm trước cách đây |
Timothy Flynn
|
026363024f
LibJS: Stub out Atomics.notify
|
1 năm trước cách đây |
Timothy Flynn
|
78edaad97d
LibJS: Stub out Atomics.wait and Atomics.waitAsync
|
1 năm trước cách đây |
Andreas Kling
|
abcf71a8ca
LibJS: Remove unnecessary ThrowCompletionOr return types in TypedArray
|
1 năm trước cách đây |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 năm trước cách đây |
Sergey Bugaev
|
9c6c2284d9
LibJS: Fix build error when some atomics are not lock-free
|
1 năm trước cách đây |
Andreas Kling
|
3fb406b97e
LibJS: Avoid ByteBuffer copying in NumericToRawBytes
|
1 năm trước cách đây |
Ali Mohammad Pur
|
94f5389934
AK: Add a 'HostIsLittleEndian' constant and use it instead of BYTE_ORDER
|
2 năm trước cách đây |
Andreas Kling
|
1a27c525d5
LibJS: Make PrimitiveString::create() infallible
|
1 năm trước cách đây |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 năm trước cách đây |
Shannon Booth
|
b1870bc47b
LibJS: Propagate OOM from SetValueInBuffer AO
|
2 năm trước cách đây |
Shannon Booth
|
81c8e642b9
LibJS: Handle OOM in NumericToRawBytes AO
|
2 năm trước cách đây |
Linus Groh
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
2 năm trước cách đây |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 năm trước cách đây |
Timothy Flynn
|
c3abb1396c
LibJS+LibWeb: Convert string view PrimitiveString instances to String
|
2 năm trước cách đây |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 năm trước cách đây |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 năm trước cách đây |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 năm trước cách đây |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 năm trước cách đây |
Tim Schumacher
|
388dc9cc5f
LibJS: Supress an unused bind when wrapping float atomic operations
|
2 năm trước cách đây |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 năm trước cách đây |
Linus Groh
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
2 năm trước cách đây |
Linus Groh
|
90bf33241d
LibJS: Replace GlobalObject with VM in Atomics AOs [Part 12/19]
|
2 năm trước cách đây |
Linus Groh
|
26366d5930
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
|
2 năm trước cách đây |
Linus Groh
|
b037894287
LibJS: Replace GlobalObject with VM in TypedArray AOs [Part 10/19]
|
2 năm trước cách đây |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 năm trước cách đây |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 năm trước cách đây |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 năm trước cách đây |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 năm trước cách đây |