| Index: client/dom/generated/wrapping_dom.js
|
| diff --git a/client/dom/generated/wrapping_dom.js b/client/dom/generated/wrapping_dom.js
|
| index 0cf7169ebc2fdb770d8633072b8132e4b7d1352f..a2e31c6eb9c3fb9d2ae3d4527d10ac37e3b33b95 100644
|
| --- a/client/dom/generated/wrapping_dom.js
|
| +++ b/client/dom/generated/wrapping_dom.js
|
| @@ -7862,6 +7862,22 @@ function native__Float32ArrayWrappingImplementation__set_index(_this, index, val
|
| }
|
| }
|
|
|
| +function native__Float32ArrayWrappingImplementation__setElements(_this, array) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| +function native__Float32ArrayWrappingImplementation__setElements_2(_this, array, offset) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array), __dom_unwrap(offset)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| function native__Float32ArrayWrappingImplementation__subarray(_this, start) {
|
| try {
|
| return __dom_wrap(_this.$dom.subarray(__dom_unwrap(start)));
|
| @@ -7902,6 +7918,22 @@ function native__Float64ArrayWrappingImplementation__set_index(_this, index, val
|
| }
|
| }
|
|
|
| +function native__Float64ArrayWrappingImplementation__setElements(_this, array) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| +function native__Float64ArrayWrappingImplementation__setElements_2(_this, array, offset) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array), __dom_unwrap(offset)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| function native__Float64ArrayWrappingImplementation__subarray(_this, start) {
|
| try {
|
| return __dom_wrap(_this.$dom.subarray(__dom_unwrap(start)));
|
| @@ -17382,6 +17414,22 @@ function native__Int16ArrayWrappingImplementation__set_index(_this, index, value
|
| }
|
| }
|
|
|
| +function native__Int16ArrayWrappingImplementation__setElements(_this, array) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| +function native__Int16ArrayWrappingImplementation__setElements_2(_this, array, offset) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array), __dom_unwrap(offset)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| function native__Int16ArrayWrappingImplementation__subarray(_this, start) {
|
| try {
|
| return __dom_wrap(_this.$dom.subarray(__dom_unwrap(start)));
|
| @@ -17422,6 +17470,22 @@ function native__Int32ArrayWrappingImplementation__set_index(_this, index, value
|
| }
|
| }
|
|
|
| +function native__Int32ArrayWrappingImplementation__setElements(_this, array) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| +function native__Int32ArrayWrappingImplementation__setElements_2(_this, array, offset) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array), __dom_unwrap(offset)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| function native__Int32ArrayWrappingImplementation__subarray(_this, start) {
|
| try {
|
| return __dom_wrap(_this.$dom.subarray(__dom_unwrap(start)));
|
| @@ -17462,6 +17526,22 @@ function native__Int8ArrayWrappingImplementation__set_index(_this, index, value)
|
| }
|
| }
|
|
|
| +function native__Int8ArrayWrappingImplementation__setElements(_this, array) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| +function native__Int8ArrayWrappingImplementation__setElements_2(_this, array, offset) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array), __dom_unwrap(offset)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| function native__Int8ArrayWrappingImplementation__subarray(_this, start) {
|
| try {
|
| return __dom_wrap(_this.$dom.subarray(__dom_unwrap(start)));
|
| @@ -31478,6 +31558,22 @@ function native__Uint16ArrayWrappingImplementation__set_index(_this, index, valu
|
| }
|
| }
|
|
|
| +function native__Uint16ArrayWrappingImplementation__setElements(_this, array) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| +function native__Uint16ArrayWrappingImplementation__setElements_2(_this, array, offset) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array), __dom_unwrap(offset)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| function native__Uint16ArrayWrappingImplementation__subarray(_this, start) {
|
| try {
|
| return __dom_wrap(_this.$dom.subarray(__dom_unwrap(start)));
|
| @@ -31518,6 +31614,22 @@ function native__Uint32ArrayWrappingImplementation__set_index(_this, index, valu
|
| }
|
| }
|
|
|
| +function native__Uint32ArrayWrappingImplementation__setElements(_this, array) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| +function native__Uint32ArrayWrappingImplementation__setElements_2(_this, array, offset) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array), __dom_unwrap(offset)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| function native__Uint32ArrayWrappingImplementation__subarray(_this, start) {
|
| try {
|
| return __dom_wrap(_this.$dom.subarray(__dom_unwrap(start)));
|
| @@ -31558,6 +31670,22 @@ function native__Uint8ArrayWrappingImplementation__set_index(_this, index, value
|
| }
|
| }
|
|
|
| +function native__Uint8ArrayWrappingImplementation__setElements(_this, array) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| +function native__Uint8ArrayWrappingImplementation__setElements_2(_this, array, offset) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.set(__dom_unwrap(array), __dom_unwrap(offset)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| function native__Uint8ArrayWrappingImplementation__subarray(_this, start) {
|
| try {
|
| return __dom_wrap(_this.$dom.subarray(__dom_unwrap(start)));
|
|
|