blob: 9bf9c15090c7ad64116e788d007f9e9d377d4579 [file] [log] [blame]
This tests that setting the proto of a built in constructor is not reset
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
proto = new Number(42): 42
Object.getPrototypeOf(WorkerLocation): [object Object]
WorkerLocation.__proto__ = proto: 42
Object.getPrototypeOf(WorkerLocation): 42
PASS successfullyParsed is true
TEST COMPLETE