Andreas Kling
|
3fb406b97e
LibJS: Avoid ByteBuffer copying in NumericToRawBytes
|
1 년 전 |
Andreas Kling
|
285484874d
LibJS: Avoid ByteBuffer copying in RawBytesToNumeric
|
1 년 전 |
Tobias Soppa
|
9267e24741
LibJS+LibWeb: Track SharedArrayBuffers' shared state
|
1 년 전 |
Andrew Kaster
|
56d0a0ac0f
LibJS: Make CreateDataByteBlock AO publicly available
|
1 년 전 |
Shannon Booth
|
d18cae7301
LibJS: Add spec comments to RawBytesToNumeric AO
|
2 년 전 |
Shannon Booth
|
4186fcab9a
LibJS: Implement GetValueFromBuffer AO closer to spec
|
2 년 전 |
Shannon Booth
|
b1870bc47b
LibJS: Propagate OOM from SetValueInBuffer AO
|
2 년 전 |
Shannon Booth
|
3bb15d3dae
LibJS: Propagate OOM from GetValueFromBuffer AO
|
2 년 전 |
Shannon Booth
|
49c8d22f50
LibJS: Propagate OOM in GetModifySetValueInBuffer AO
|
2 년 전 |
Shannon Booth
|
81c8e642b9
LibJS: Handle OOM in NumericToRawBytes AO
|
2 년 전 |
Shannon Booth
|
3781948f0c
LibJS: Add initial implementation for SharedArrayBuffer
|
2 년 전 |
PrestonLTaylor
|
850c252b3e
LibJS: Implement ArrayBuffer.prototype.transfer & transferToFixedLength
|
2 년 전 |
PrestonLTaylor
|
286bf307d2
LibJS: Don't crash when calling byte_length for a detached ArrayBuffer
|
2 년 전 |
Shannon Booth
|
0748e755d8
LibJS: Implement SetValueInBuffer closer to spec
|
2 년 전 |
Shannon Booth
|
fe479ffd66
LibJS: Add spec comment for [[ArrayBufferData]]
|
2 년 전 |
Shannon Booth
|
78d5c23c3a
LibJS: Add spec comment for IsDetachedBuffer ( arrayBuffer )
|
2 년 전 |
Kenneth Myhra
|
f3fb005653
LibJS: Partially implement AO CopyDataBlockBytes
|
2 년 전 |
Timothy Flynn
|
1c1b902a6a
LibJS+LibWeb: Move headers around to allow including Value from Cell
|
2 년 전 |
Linus Groh
|
947ea92bf6
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
|
2 년 전 |
Linus Groh
|
5db38d7ba1
LibJS: Replace standalone js_bigint() with BigInt::create()
|
2 년 전 |
Andreas Kling
|
35c9aa7c05
LibJS: Hide all the constructors!
|
2 년 전 |
davidot
|
791855deab
LibCrypto+LibJS: Remove the create_from methods from BigInteger
|
2 년 전 |
Linus Groh
|
26366d5930
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
|
2 년 전 |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 년 전 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 년 전 |
Linus Groh
|
028a6b90b1
LibJS: Revert partial resizable ArrayBuffer implementation
|
3 년 전 |
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
|
6654efcd82
LibJS: Remove cloneConstructor parameter from CloneArrayBuffer
|
3 년 전 |
Timothy Flynn
|
13d05403ff
LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object
|
3 년 전 |