michael@0: // |reftest| skip-if(xulRuntime.shell) michael@0: // skip in the shell because 'arguments' is defined as a shell utility function michael@0: michael@0: /* Check we can't delete a var-declared arguments in global space. */ michael@0: var arguments = 42; michael@0: reportCompare(delete arguments, false, "arguments defined as global variable");