From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- js/src/builtin/DataViewObject.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'js/src/builtin/DataViewObject.h') diff --git a/js/src/builtin/DataViewObject.h b/js/src/builtin/DataViewObject.h index db134a5696..aa036cf1c6 100644 --- a/js/src/builtin/DataViewObject.h +++ b/js/src/builtin/DataViewObject.h @@ -115,6 +115,9 @@ class DataViewObject : public ArrayBufferViewObject { static bool getBigUint64Impl(JSContext* cx, const CallArgs& args); static bool fun_getBigUint64(JSContext* cx, unsigned argc, Value* vp); + static bool getFloat16Impl(JSContext* cx, const CallArgs& args); + static bool fun_getFloat16(JSContext* cx, unsigned argc, Value* vp); + static bool getFloat32Impl(JSContext* cx, const CallArgs& args); static bool fun_getFloat32(JSContext* cx, unsigned argc, Value* vp); @@ -145,6 +148,9 @@ class DataViewObject : public ArrayBufferViewObject { static bool setBigUint64Impl(JSContext* cx, const CallArgs& args); static bool fun_setBigUint64(JSContext* cx, unsigned argc, Value* vp); + static bool setFloat16Impl(JSContext* cx, const CallArgs& args); + static bool fun_setFloat16(JSContext* cx, unsigned argc, Value* vp); + static bool setFloat32Impl(JSContext* cx, const CallArgs& args); static bool fun_setFloat32(JSContext* cx, unsigned argc, Value* vp); -- cgit v1.2.3