mirror of
https://github.com/RGBCube/serenity
synced 2025-07-02 23:22:07 +00:00
Meta: Set has_unscopable_member for interfaces include mixins with them
This commit is contained in:
parent
bbd9490683
commit
8da0c36212
1 changed files with 3 additions and 0 deletions
|
@ -910,6 +910,9 @@ Interface& Parser::parse()
|
|||
interface.stringifier_attribute = mixin->stringifier_attribute;
|
||||
interface.has_stringifier = true;
|
||||
}
|
||||
|
||||
if (mixin->has_unscopable_member)
|
||||
interface.has_unscopable_member = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue