Lines Matching refs:forEach
10 ['UInt8', 'UInt16BE', 'UInt16LE', 'UInt32BE', 'UInt32LE'].forEach((fn) => {
16 ['', '0', null, {}, [], () => {}, true, false].forEach((o) => {
25 [Infinity, -1, -4294967295].forEach((offset) => {
34 [NaN, 1.01].forEach((offset) => {
101 ['readUIntBE', 'readUIntLE'].forEach((fn) => {
102 ['', '0', null, {}, [], () => {}, true, false, undefined].forEach((len) => {
108 [Infinity, -1].forEach((byteLength) => {
118 [NaN, 1.01].forEach((byteLength) => {
132 ['readUIntBE', 'readUIntLE'].forEach((fn) => {
133 ['', '0', null, {}, [], () => {}, true, false, undefined].forEach((o) => {
142 [Infinity, -1, -4294967295].forEach((offset) => {
153 [NaN, 1.01].forEach((offset) => {