mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:17:35 +00:00
LibJS: Add TypedArray.BYTES_PER_ELEMENT
This commit is contained in:
parent
bb6bc70c5b
commit
ddaab598a7
3 changed files with 10 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
namespace JS {
|
||||
|
||||
#define ENUMERATE_STANDARD_PROPERTY_NAMES(P) \
|
||||
P(BYTES_PER_ELEMENT) \
|
||||
P(BigInt) \
|
||||
P(Boolean) \
|
||||
P(E) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue