mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
LibJS: Revert partial resizable ArrayBuffer implementation
This is a manual but clean revert of all commits from #12595. Adding a partial implementation of the resizable ArrayBuffer proposal without implementing all the updates to TypedArray infrastructure that is also covered by the spec introduced a bunch of crashes, so we decided to revert it for now until a full implementation is completed.
This commit is contained in:
parent
69a385f559
commit
028a6b90b1
12 changed files with 10 additions and 309 deletions
|
@ -316,7 +316,6 @@ namespace JS {
|
|||
P(log10) \
|
||||
P(map) \
|
||||
P(max) \
|
||||
P(maxByteLength) \
|
||||
P(maximize) \
|
||||
P(mergeFields) \
|
||||
P(message) \
|
||||
|
@ -388,8 +387,6 @@ namespace JS {
|
|||
P(reject) \
|
||||
P(relativeTo) \
|
||||
P(repeat) \
|
||||
P(resize) \
|
||||
P(resizable) \
|
||||
P(resolve) \
|
||||
P(resolvedOptions) \
|
||||
P(reverse) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue