Set JSOPTION_ANONFUNFIX as one of the default options (377433, r+sr=jst).

This commit is contained in:
brendan@mozilla.org 2007-04-13 16:06:40 -07:00
parent a0fda2a56c
commit c7984d09b4

View File

@ -931,6 +931,7 @@ nsJSContext::nsJSContext(JSRuntime *aRuntime) : mGCOnDestruction(PR_TRUE)
mDefaultJSOptions = JSOPTION_PRIVATE_IS_NSISUPPORTS
| JSOPTION_NATIVE_BRANCH_CALLBACK
| JSOPTION_ANONFUNFIX
#ifdef DEBUG
| JSOPTION_STRICT // lint catching for development
#endif