| OLD | NEW |
| 1 Tests that a script processor node is not prematurely GCed | 1 Tests that a script processor node is not prematurely GCed |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Testing with explicitly keeping a reference to the script processor node alive. | 6 Testing with explicitly keeping a reference to the script processor node alive. |
| 7 PASS wasCollectedPrematurely is false | 7 PASS wasCollectedPrematurely is false |
| 8 PASS wasCalled is true | 8 PASS wasCalled is true |
| 9 Testing without explicitly keeping a reference to the script processor node aliv
e. | 9 Testing without explicitly keeping a reference to the script processor node aliv
e. |
| 10 PASS wasCollectedPrematurely is false | 10 PASS wasCollectedPrematurely is false |
| 11 PASS wasCalled is true | 11 PASS wasCalled is true |
| 12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
| 13 | 13 |
| 14 TEST COMPLETE | 14 TEST COMPLETE |
| 15 | 15 |
| OLD | NEW |