Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Remove JSOPTION_STRICT (a.k.a. javascript.options.strict)

38 views
Skip to first unread message

Nicholas Nethercote

unread,
Mar 28, 2012, 3:31:59 PM3/28/12
to dev-tech-...@lists.mozilla.org
Hi,

I was wondering about the possibility of removing JSOPTION_STRICT.
I'm no expert on it, but AFAICT it's not that widely used, and it
overlaps somewhat with ES5 strict mode. Is it still worth having?

Nick

Wes Garland

unread,
Mar 28, 2012, 4:56:44 PM3/28/12
to Nicholas Nethercote, dev-tech-...@lists.mozilla.org
It's certainly handy -- we run all our code through it during our build
process to get nifty error messages like "function XYZ does not always
return a value"
> _______________________________________________
> dev-tech-js-engine mailing list
> dev-tech-...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-tech-js-engine
>



--
Wesley W. Garland
Director, Product Development
PageMail, Inc.
+1 613 542 2787 x 102

Nicholas Nethercote

unread,
May 11, 2012, 12:55:41 AM5/11/12
to Wes Garland, dev-tech-...@lists.mozilla.org
On Wed, Mar 28, 2012 at 1:56 PM, Wes Garland <w...@page.ca> wrote:
> It's certainly handy -- we run all our code through it during our build
> process to get nifty error messages like "function XYZ does not always
> return a value"

Hmm. It sure does complicate Spidermonkey :/

N
0 new messages