blob: 34b61e3dec63afd93801cf7b66acfd2b7c8edad2 [file] [log] [blame]
Tests what happens when you make prototype chain accesses with impure GetOwnPropertySlot traps in the way.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS typeof f() is "object" on all iterations including after DFG tier-up.
PASS document.body.removeChild(img); typeof f() is "function"
PASS successfullyParsed is true
TEST COMPLETE