Issue #2142 - Remove the temporary fields option

Now that everything is finished, we don't need the feature flag any more.
This commit is contained in:
Martok 2023-05-01 00:57:45 +02:00 committed by roytam1
commit ba9647a12a
4 changed files with 0 additions and 13 deletions

View file

@ -3820,7 +3820,6 @@ class JS_FRIEND_API(TransitiveCompileOptions)
forceAsync(false),
installedFile(false),
sourceIsLazy(false),
fieldsEnabledOption(true),
introductionType(nullptr),
introductionLineno(0),
introductionOffset(0),
@ -3856,7 +3855,6 @@ class JS_FRIEND_API(TransitiveCompileOptions)
bool forceAsync;
bool installedFile; // 'true' iff pre-compiling js file in packaged app
bool sourceIsLazy;
bool fieldsEnabledOption;
// |introductionType| is a statically allocated C string:
// one of "eval", "Function", or "GeneratorFunction".