blob: d6796647f5425bda415a83363951e6109065547f [file] [log] [blame]
PASS Loose id
FAIL Strict id assert_throws_js: function "function () {
"use strict";
delete c[0];
}" did not throw
PASS Loose name
FAIL Strict name assert_throws_js: function "function () {
"use strict";
delete c.foo;
}" did not throw