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

This commit is contained in:
brendan%mozilla.org 2007-04-13 23:06:40 +00:00
Родитель a0aa6145e9
Коммит c842e2aa04
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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