haikuwebkit/LayoutTests/js/dfg-array-pop-value-clearin...

11 lines
274 B
Plaintext

Tests that array popping properly cleans up the popped element.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS foo([1, 2]) is [2,42,,] on all iterations including after DFG tier-up.
PASS successfullyParsed is true
TEST COMPLETE