mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
LibJS: Add all of the DataView.prototype.set* methods
This commit is contained in:
parent
c54b9a6920
commit
d7a70eb77c
8 changed files with 203 additions and 0 deletions
|
@ -234,15 +234,25 @@ namespace JS {
|
|||
P(round) \
|
||||
P(seal) \
|
||||
P(set) \
|
||||
P(setBigInt64) \
|
||||
P(setBigUint64) \
|
||||
P(setDate) \
|
||||
P(setFloat32) \
|
||||
P(setFloat64) \
|
||||
P(setFullYear) \
|
||||
P(setHours) \
|
||||
P(setInt8) \
|
||||
P(setInt16) \
|
||||
P(setInt32) \
|
||||
P(setMilliseconds) \
|
||||
P(setMinutes) \
|
||||
P(setMonth) \
|
||||
P(setPrototypeOf) \
|
||||
P(setSeconds) \
|
||||
P(setTime) \
|
||||
P(setUint8) \
|
||||
P(setUint16) \
|
||||
P(setUint32) \
|
||||
P(setUTCDate) \
|
||||
P(setUTCFullYear) \
|
||||
P(setUTCHours) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue