kmccullough@apple.com | 3d079d6 | 2008-08-26 23:47:17 +0000 | [diff] [blame] | 1 | This test checks that JavaScriptCore does not crash when uwinding the stack that includes a host function. |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
| 6 | PASS Two host functions called in a row. |
ddkilzer@apple.com | 71c7915 | 2017-04-27 21:29:23 +0000 | [diff] [blame] | 7 | PASS myArray is new Array( 5, 6, 7 ) |
kmccullough@apple.com | 3d079d6 | 2008-08-26 23:47:17 +0000 | [diff] [blame] | 8 | PASS Exception thrown and caught |
| 9 | PASS successfullyParsed is true |
| 10 | |
| 11 | TEST COMPLETE |
| 12 | |