Bug 1842999 - Part 14: Inline ResizableDataView getters in CacheIR. r=jandem
commitd5de88c70aa678e32e4a66e7d48d668221c47530
authorAndré Bargull <andre.bargull@gmail.com>
Tue, 27 Feb 2024 13:27:48 +0000 (27 13:27 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Tue, 27 Feb 2024 13:27:48 +0000 (27 13:27 +0000)
tree9bb98cb5626c862dbad1866fe994e90f73d7624f
parentca24ca0edc5f0c25e704e120516fea50f98cde8d
Bug 1842999 - Part 14: Inline ResizableDataView getters in CacheIR. r=jandem

Differential Revision: https://phabricator.services.mozilla.com/D200653
js/src/jit-test/tests/dataview/resizable-dataview-bytelength-with-sab.js [new file with mode: 0644]
js/src/jit-test/tests/dataview/resizable-dataview-bytelength.js [new file with mode: 0644]
js/src/jit-test/tests/dataview/resizable-dataview-byteoffset-sab.js [new file with mode: 0644]
js/src/jit-test/tests/dataview/resizable-dataview-byteoffset.js [new file with mode: 0644]
js/src/jit/CacheIR.cpp
js/src/jit/CacheIRCompiler.cpp
js/src/jit/CacheIROps.yaml
js/src/jit/MacroAssembler.cpp
js/src/jit/MacroAssembler.h
js/src/vm/PortableBaselineInterpret.cpp