Timothy Flynn
|
3f3686cf7b
LibJS: Implement missing steps from the ArrayBuffer transfer proposal
|
1 년 전 |
Timothy Flynn
|
526a74f2f1
LibJS: Implement missing checks for SharedArrayBuffer values
|
1 년 전 |
Timothy Flynn
|
29ac6e3689
LibJS: Partially implement resizable ArrayBuffer objects
|
1 년 전 |
Timothy Flynn
|
4f32392426
LibJS: Update spec headers of ArrayBuffer, TypedArray, DataView, Atomics
|
1 년 전 |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
Tobias Soppa
|
9267e24741
LibJS+LibWeb: Track SharedArrayBuffers' shared state
|
1 년 전 |
Andrew Kaster
|
56d0a0ac0f
LibJS: Make CreateDataByteBlock AO publicly available
|
1 년 전 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 년 전 |
Shannon Booth
|
3781948f0c
LibJS: Add initial implementation for SharedArrayBuffer
|
2 년 전 |
PrestonLTaylor
|
850c252b3e
LibJS: Implement ArrayBuffer.prototype.transfer & transferToFixedLength
|
2 년 전 |
Kenneth Myhra
|
ce2b88e7cc
LibJS: Use copy_data_block_bytes() instead of overwrite() and copy_to()
|
2 년 전 |
Kenneth Myhra
|
f3fb005653
LibJS: Partially implement AO CopyDataBlockBytes
|
2 년 전 |
Timothy Flynn
|
706a20c4d4
LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1
|
2 년 전 |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 년 전 |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 년 전 |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
|
2 년 전 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 년 전 |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 년 전 |
Linus Groh
|
947ea92bf6
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
|
2 년 전 |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 년 전 |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 년 전 |
Linus Groh
|
26366d5930
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
|
2 년 전 |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 년 전 |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 년 전 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 년 전 |
Linus Groh
|
028a6b90b1
LibJS: Revert partial resizable ArrayBuffer implementation
|
3 년 전 |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 년 전 |
Timothy Flynn
|
6654efcd82
LibJS: Remove cloneConstructor parameter from CloneArrayBuffer
|
3 년 전 |
Timothy Flynn
|
13d05403ff
LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object
|
3 년 전 |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 년 전 |