mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
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:
parent
1fac189aea
commit
ba9647a12a
4 changed files with 0 additions and 13 deletions
|
|
@ -1545,11 +1545,6 @@ TokenStream::getTokenInternal(TokenKind* ttp, Modifier modifier)
|
|||
if (identVisibility == NameVisibility::Private) {
|
||||
MOZ_ASSERT(identStart[0] == '#', "Private identifier starts with #");
|
||||
tp->type = TOK_PRIVATE_NAME;
|
||||
|
||||
if (!options().fieldsEnabledOption) {
|
||||
reportError(JSMSG_FIELDS_NOT_SUPPORTED);
|
||||
goto error;
|
||||
}
|
||||
} else {
|
||||
tp->type = TOK_NAME;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue