Skip to content

Commit

Permalink
Add float16array builtins (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored May 30, 2024
1 parent 324cb7e commit 87b0437
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions custom/js.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
]
}
},
"DataView": {
"members": {
"instance": ["getFloat16", "setFloat16"]
}
},
"Error": {
"members": {
"instance": [
Expand All @@ -34,12 +39,20 @@
]
}
},
"Float16Error": {
"ctor": {}
},
"Function": {
"members": {"instance": ["arguments", "caller", "length"]}
},
"InternalError": {
"ctor": {}
},
"Math": {
"members": {
"static": ["f16round"]
}
},
"Promise": {
"__comment": "Remove when https://tc39.es/proposal-promise-with-resolvers/#sec-promise.withResolvers is merged into the main ECMAScript spec.",
"members": {
Expand Down

0 comments on commit 87b0437

Please sign in to comment.