(stackBase, stackMax)
| 5775 | STACKTOP = top; |
| 5776 | } |
| 5777 | function establishStackSpace(stackBase, stackMax) { |
| 5778 | stackBase = stackBase|0; |
| 5779 | stackMax = stackMax|0; |
| 5780 | STACKTOP = stackBase; |
| 5781 | STACK_MAX = stackMax; |
| 5782 | } |
| 5783 | |
| 5784 | function setThrew(threw, value) { |
| 5785 | threw = threw|0; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…