Home | History | Annotate | Download | only in embenchen

Lines Matching full:printerr

53   if (!Module['printErr']) Module['printErr'] = function printErr(x) {
84 if (typeof printErr != 'undefined') Module['printErr'] = printErr; // not present in v8 or older sm
122 if (!Module['printErr']) Module['printErr'] = function printErr(x) {
157 if (!Module['printErr']) {
158 Module['printErr'] = Module['print'];
167 Module.printErr = Module['printErr'];
363 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
436 Module.printErr('error in executing inline EM_ASM code: ' + e + ' on: \n\n' + source + '\n\nwith args |' + args + '| (make sure to use the right one out of EM_ASM, EM_ASM_ARGS, etc.)');
445 Module.printErr(text);
1087 Module.printErr('increasing TOTAL_MEMORY to ' + totalMemory + ' to be more reasonable');
1563 Module['printErr'](tty.output.join(''));
3114 Module['printErr']('read file: ' + path);
3275 // stderr needs to print output using Module['printErr']
5873 if (e && typeof e === 'object' && e.stack) Module.printErr('exception thrown: ' + [e, e.stack]);
5890 Module.printErr('run() called, but dependencies remain, so not running');
5908 Module.printErr('pre-main prep time: ' + (Date.now() - preloadStartTime) + ' ms');
5956 Module.printErr(text);