| Tests for the Runtime.parse command. |
| == Running test suite: RuntimeManager |
| -- Running test case: RuntimeManager.prototype.evaluateInInspectedWindow.ObjectLiteralConvenience |
| PASS: Evaluation should produce an object. |
| PASS: Evaluation should produce an object. |
| PASS: Evaluation should produce an object. |
| Source: { let a = 1; a += 1; a } |
| PASS: Evaluation should produce an exception. |
| PASS: Evaluation should produce the labeled statement's value. |
| PASS: Evaluation should produce the labeled statement's value. |
| PASS: Evaluation should produce an exception. |
| Source: ;{ let a = 1; a += 1; a } |
| PASS: Evaluation should produce the labeled statement's value. |