mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
parent
a0b44ff5e7
commit
85b424464a
Notes:
github-actions[bot]
2025-01-21 16:49:39 +00:00
Author: https://github.com/trflynn89
Commit: 85b424464a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3335
191 changed files with 574 additions and 574 deletions
|
@ -854,7 +854,7 @@ public:
|
|||
case ValueTag::ArrayBufferView: {
|
||||
auto* realm = m_vm.current_realm();
|
||||
auto array_buffer_value = TRY(deserialize());
|
||||
auto& array_buffer = verify_cast<JS::ArrayBuffer>(array_buffer_value.as_object());
|
||||
auto& array_buffer = as<JS::ArrayBuffer>(array_buffer_value.as_object());
|
||||
auto constructor_name = TRY(deserialize_string(m_vm, m_serialized, m_position));
|
||||
u32 byte_length = deserialize_primitive_type<u32>(m_serialized, m_position);
|
||||
u32 byte_offset = deserialize_primitive_type<u32>(m_serialized, m_position);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue