Home | History | Annotate | Download | only in poppler

Lines Matching refs:arrays

376       // arrays have 2 elements, so we get the proper difference. then we scale here. that way we avoid
597 // 'array' for JavaScript arrays and typed arrays; note that arrays are 8-bit).
1083 abort('Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value ' + TOTAL_MEMORY + ', or (2) set Module.TOTAL_MEMORY before the program runs.');
1120 assert(HEAPU8[0] === 255 && HEAPU8[3] === 0, 'Typed arrays 2 must be run on a little-endian system');