Skip to content

Commit 87b0437

Browse files
authored
Add float16array builtins (#1487)
1 parent 324cb7e commit 87b0437

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

custom/js.json

+13
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
]
2222
}
2323
},
24+
"DataView": {
25+
"members": {
26+
"instance": ["getFloat16", "setFloat16"]
27+
}
28+
},
2429
"Error": {
2530
"members": {
2631
"instance": [
@@ -34,12 +39,20 @@
3439
]
3540
}
3641
},
42+
"Float16Error": {
43+
"ctor": {}
44+
},
3745
"Function": {
3846
"members": {"instance": ["arguments", "caller", "length"]}
3947
},
4048
"InternalError": {
4149
"ctor": {}
4250
},
51+
"Math": {
52+
"members": {
53+
"static": ["f16round"]
54+
}
55+
},
4356
"Promise": {
4457
"__comment": "Remove when https://tc39.es/proposal-promise-with-resolvers/#sec-promise.withResolvers is merged into the main ECMAScript spec.",
4558
"members": {

0 commit comments

Comments
 (0)