Source code
Revision control
Copy as Markdown
Other Tools
// |reftest| skip-if(!xulRuntime.shell)
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Any copyright is dedicated to the Public Domain.
* Contributor: Dave Herman <dherman@mozilla.com>
*/
Reflect.parse("with({foo})bar");
Reflect.parse("while({foo})bar");
reportCompare(true, true);