Home
last modified time | relevance | path

Searched refs:nextEnvironmentSlot (Results 1 – 20 of 20) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DStencil.h147 uint32_t nextEnvironmentSlot; member
174 uint32_t nextEnvironmentSlot, uint32_t baseShapeFlags) { in set() argument
176 CreateEnvShapeData{freshBi, cls, nextEnvironmentSlot, baseShapeFlags}); in set()
H A DStencil.cpp40 data.nextEnvironmentSlot, in createShape()
H A DEmitterScope.cpp39 bi.nextEnvironmentSlot() >= ENVCOORD_SLOT_LIMIT) { in checkSlotLimits()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DScope.h1174 uint32_t nextEnvironmentSlot() const {
1299 uint32_t nextEnvironmentSlot() const { return iter().nextEnvironmentSlot(); }
H A DScope.cpp178 if (bi.nextEnvironmentSlot() == JSSLOT_FREE(cls)) { in size()
181 envShape.set(CreateEnvironmentShape(cx, freshBi, cls, bi.nextEnvironmentSlot(), in size()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DScope.h1220 uint32_t nextEnvironmentSlot() const { in nextEnvironmentSlot() function
1332 uint32_t nextEnvironmentSlot() const { return iter().nextEnvironmentSlot(); } in nextEnvironmentSlot() function
H A DScope.cpp182 if (bi.nextEnvironmentSlot() == JSSLOT_FREE(cls)) { in PrepareScopeData()
186 cx, freshBi, cls, bi.nextEnvironmentSlot(), baseShapeFlags)); in PrepareScopeData()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DScope.h1378 uint32_t nextEnvironmentSlot() const { in nextEnvironmentSlot() function
1498 uint32_t nextEnvironmentSlot() const { return iter().nextEnvironmentSlot(); } in nextEnvironmentSlot() function
H A DScope.cpp183 cx, freshBi, cls, bi.nextEnvironmentSlot(), baseShapeFlags)); in SetEnvironmentShape()
191 envShape.get().set(freshBi, cls, bi.nextEnvironmentSlot(), baseShapeFlags); in SetEnvironmentShape()
212 if (bi.nextEnvironmentSlot() != JSSLOT_FREE(cls)) { in PrepareScopeData()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DScope.h1573 uint32_t nextEnvironmentSlot() const { in nextEnvironmentSlot() function
1727 uint32_t nextEnvironmentSlot() const { return iter().nextEnvironmentSlot(); } in nextEnvironmentSlot() function
H A DScope.cpp235 bi.nextEnvironmentSlot(), objectFlags)); in SetEnvironmentShape()
244 envShape->emplace(bi.nextEnvironmentSlot()); in SetEnvironmentShape()
272 if (bi.nextEnvironmentSlot() != JSSLOT_FREE(cls)) { in PrepareScopeData()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DScope.h1638 uint32_t nextEnvironmentSlot() const { in nextEnvironmentSlot() function
1790 uint32_t nextEnvironmentSlot() const { return iter().nextEnvironmentSlot(); } in nextEnvironmentSlot() function
H A DScope.cpp235 bi.nextEnvironmentSlot(), objectFlags)); in SetEnvironmentShape()
244 envShape->emplace(bi.nextEnvironmentSlot()); in SetEnvironmentShape()
272 if (bi.nextEnvironmentSlot() != JSSLOT_FREE(cls)) { in PrepareScopeData()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DScope.h1638 uint32_t nextEnvironmentSlot() const { in nextEnvironmentSlot() function
1790 uint32_t nextEnvironmentSlot() const { return iter().nextEnvironmentSlot(); } in nextEnvironmentSlot() function
H A DScope.cpp235 bi.nextEnvironmentSlot(), objectFlags)); in SetEnvironmentShape()
244 envShape->emplace(bi.nextEnvironmentSlot()); in SetEnvironmentShape()
272 if (bi.nextEnvironmentSlot() != JSSLOT_FREE(cls)) { in PrepareScopeData()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DEmitterScope.cpp42 bi.nextEnvironmentSlot() >= ENVCOORD_SLOT_LIMIT) { in checkSlotLimits()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DEmitterScope.cpp41 bi.nextEnvironmentSlot() >= ENVCOORD_SLOT_LIMIT) { in checkSlotLimits()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DEmitterScope.cpp42 bi.nextEnvironmentSlot() >= ENVCOORD_SLOT_LIMIT) { in checkSlotLimits()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DBytecodeEmitter.cpp361 bi.nextEnvironmentSlot() >= ENVCOORD_SLOT_LIMIT) in checkSlotLimits()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DBytecodeEmitter.cpp344 bi.nextEnvironmentSlot() >= ENVCOORD_SLOT_LIMIT) { in checkSlotLimits()