Home | History | Annotate | Download | only in profviz

Lines Matching refs:Stack

472   Module.print(text + ':\n' + (new Error).stack);
497 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack).
515 var stack = 0;
519 if (!stack) stack = Runtime.stackSave();
524 if (!stack) stack = Runtime.stackSave();
543 if (stack) Runtime.stackRestore(stack);
698 var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack
724 var STACK_BASE = 0, STACKTOP = 0, STACK_MAX = 0; // stack area
1937 var stack = Runtime.stackSave();
1939 Runtime.stackRestore(stack);
3807 throw 'abort() at ' + (new Error().stack);
3970 throw 'trap! ' + new Error().stack;
4363 assert(DYNAMIC_BASE < TOTAL_MEMORY); // Stack must fit in TOTAL_MEMORY; allocations from here on may enlarge TOTAL_MEMORY
4486 Module.print('int ' + x + ',' + y);// + ' ' + new Error().stack);
4489 Module.print('float ' + x + ',' + y);// + ' ' + new Error().stack);