Lines Matching refs:forEach
14 ['UInt8', 'UInt16BE', 'UInt16LE', 'UInt32BE', 'UInt32LE'].forEach((fn) => {
20 ['', '0', null, {}, [], () => {}, true, false].forEach((o) => {
26 [NaN, Infinity, -1, 1.01].forEach((o) => {
87 ['writeUInt16BE', 'writeUInt16LE'].forEach((fn) => {
140 ['writeUIntBE', 'writeUIntLE'].forEach((fn) => {
141 ['', '0', null, {}, [], () => {}, true, false, undefined].forEach((bl) => {
147 [Infinity, -1].forEach((byteLength) => {
158 [NaN, 1.01].forEach((byteLength) => {
176 ['writeUIntBE', 'writeUIntLE'].forEach((fn) => {
186 ['', '0', null, {}, [], () => {}, true, false].forEach((o) => {
195 [Infinity, -1, -4294967295].forEach((offset) => {
206 [NaN, 1.01].forEach((offset) => {