Home | History | Annotate | Download | only in embenchen

Lines Matching refs:arrays

344       // arrays have 2 elements, so we get the proper difference. then we scale here. that way we avoid
579 // 'array' for JavaScript arrays and typed arrays; note that arrays are 8-bit).
1072 abort('Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value ' + TOTAL_MEMORY + ', (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs.');
1109 assert(HEAPU8[0] === 255 && HEAPU8[3] === 0, 'Typed arrays 2 must be run on a little-endian system');