blob: 14d5ae143d42f8b495ca794b786d1097cc68a14a [file] [log] [blame]
a = {}
a.getOwnPropertyDescriptor = Array;
b = Proxy.create(a)
for (x in this)
try {
(function() {
"use strict";
b[2] = x // don't assert
})()
} catch (e) {}