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 delete arguments in the global space. */ michael@0: arguments = 42; michael@0: reportCompare(delete arguments, true, "arguments defined as global"); michael@0: