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