mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
components/script/dom/bindings/codegen/parser/update.sh now downloads all
the latest *.py tests from https://hg.mozilla.org/mozilla-central/archive/tip.tar.gz/dom/bindings/parser/tests/
This commit is contained in:
parent
003fdd4176
commit
d3528ffce4
30 changed files with 2910 additions and 70 deletions
|
@ -3238,7 +3238,7 @@ class CGMemberJITInfo(CGThing):
|
|||
aliasSet = self.aliasSet()
|
||||
|
||||
isAlwaysInSlot = self.member.getExtendedAttribute("StoreInSlot")
|
||||
if self.member.slotIndex is not None:
|
||||
if self.member.slotIndices is not None:
|
||||
assert isAlwaysInSlot or self.member.getExtendedAttribute("Cached")
|
||||
isLazilyCachedInSlot = not isAlwaysInSlot
|
||||
slotIndex = memberReservedSlot(self.member) # noqa:FIXME: memberReservedSlot is not defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue