blob: 18a077e1607b88d408e47a30e4173a66eb314139 [file] [log] [blame]
Tests what happens when you have an inlined function that captures arguments and then throws an exception.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS theException is "The exception 100"
PASS capturedArgs.length is 4
PASS capturedArgs[1] is 1
PASS capturedArgs[2] is 2
PASS capturedArgs[3] is 3
PASS successfullyParsed is true
TEST COMPLETE