Lines Matching refs:forEach
10 ['Int8', 'Int16BE', 'Int16LE', 'Int32BE', 'Int32LE'].forEach((fn) => {
16 ['', '0', null, {}, [], () => {}, true, false].forEach((o) => {
25 [Infinity, -1, -4294967295].forEach((offset) => {
34 [NaN, 1.01].forEach((offset) => {
133 ['readIntBE', 'readIntLE'].forEach((fn) => {
134 ['', '0', null, {}, [], () => {}, true, false, undefined].forEach((len) => {
140 [Infinity, -1].forEach((byteLength) => {
150 [NaN, 1.01].forEach((byteLength) => {
164 ['readIntBE', 'readIntLE'].forEach((fn) => {
165 ['', '0', null, {}, [], () => {}, true, false, undefined].forEach((o) => {
174 [Infinity, -1, -4294967295].forEach((offset) => {
185 [NaN, 1.01].forEach((offset) => {