| *** Running test #1 (0): Calling Array.prototype.slice() | |
| PASSED | |
| *** Running test #2 (1): Calling Array.prototype.push() | |
| PASSED | |
| *** Running test #3 (2): Calling Array.isArray() | |
| PASSED | |
| *** Running test #4 (3): Calling Array.prototype.unshift() | |
| PASSED | |
| *** Running test #5 (4): Calling Array.prototype.shift() | |
| PASSED | |
| *** Running test #6 (5): Calling Array.prototype.entries() | |
| 0,1 | |
| 1,2 | |
| 2,3 | |
| 3,4 | |
| PASSED | |
| *** Running test #7 (6): Calling Array.prototype.keys() | |
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| PASSED | |
| *** Running test #8 (7): Calling Array.prototype.reverse() | |
| PASSED | |
| *** Running test #9 (8): Calling Object.prototype.toString() | |
| PASSED | |
| *** Running test #10 (9): Calling Object.prototype.hasOwnProperty() | |
| PASSED | |
| *** Running test #11 (10): OS3713376: Accessing COA through proxy | |
| PASSED | |
| *** Running test #12 (11): Reflect.defineProperty | |
| PASSED | |
| *** Running test #13 (12): Reflect.set | |
| PASSED | |
| *** Running test #14 (13): Array.of | |
| PASSED | |
| Summary of tests: total executed: 14; passed: 14; failed: 0 |