Age | Commit message (Collapse) | Author |
|
|
|
Fixes #14128
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To align with conventions used in our other crates
|
|
|
|
Formalize magic types and how they're "transerialized", also makes U16String deserializable
|
|
|
|
|
|
|
|
|
|
|
|
For common return types such as String/ZeroCopyBuf/ByteString
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously we would only deserialize `ArrayBufferView`s as zero-copy bufs
This avoids rewrapping `ArrayBuffers` in `ArrayBufferView`s when implementing APIs that take [BufferSource](https://webidl.spec.whatwg.org/#BufferSource) args passed through the op-layer
|
|
|
|
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes: #11406
|
|
|
|
|
|
|
|
|
|
This commit updates the rusty_v8 to 0.34.0. This commit also adds
the required typings for the new Array#findLast and Array#findIndexLast
methods.
|
|
|
|
|
|
|