1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00
serenity/Userland/Libraries/LibWeb/WebAssembly
Timothy Flynn a7a109062a LibJS: Rename IterableToList to IteratorToList
This is an editorial change in the ECMA-262 spec. See:
ff60140

In doing so, as the new name implies, callsites are updated to pass in
an IteratorRecord themselves, rather than an iterable value.
2023-07-19 06:56:51 +02:00
..
Instance.cpp LibWeb: Remove remaining WebAssemblyObject data to the namespace file 2023-03-16 19:39:17 +00:00
Instance.h LibWeb: Port WebAssembly.Instance to IDL 2023-03-16 13:54:16 +01:00
Instance.idl LibWeb: Port WebAssembly.Instance to IDL 2023-03-16 13:54:16 +01:00
Memory.cpp LibWeb+LibWasm: Implement and use the "reset the Memory buffer" steps 2023-03-29 07:16:37 +02:00
Memory.h LibWeb+LibWasm: Implement and use the "reset the Memory buffer" steps 2023-03-29 07:16:37 +02:00
Memory.idl LibWeb: Port WebAssembly.Memory to IDL 2023-03-16 13:54:16 +01:00
Module.cpp LibWeb: Remove remaining WebAssemblyObject data to the namespace file 2023-03-16 19:39:17 +00:00
Module.h LibWeb: Port WebAssembly.Module to IDL 2023-03-16 13:54:16 +01:00
Module.idl LibWeb: Port WebAssembly.Module to IDL 2023-03-16 13:54:16 +01:00
Table.cpp LibWeb: Remove remaining WebAssemblyObject data to the namespace file 2023-03-16 19:39:17 +00:00
Table.h LibWeb: Port WebAssembly.Table to IDL 2023-03-16 13:54:16 +01:00
Table.idl LibWeb: Port WebAssembly.Table to IDL 2023-03-16 13:54:16 +01:00
WebAssembly.cpp LibJS: Rename IterableToList to IteratorToList 2023-07-19 06:56:51 +02:00
WebAssembly.h LibWeb: Remove remaining WebAssemblyObject data to the namespace file 2023-03-16 19:39:17 +00:00
WebAssembly.idl LibWeb: Port the WebAssembly namespace to IDL 2023-03-16 19:39:17 +00:00