Home
last modified time | relevance | path

Searched refs:ArgumentSlot (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DNameAnalysisTypes.h176 ArgumentSlot, enumerator
241 static NameLocation ArgumentSlot(uint16_t slot) { in ArgumentSlot() function
242 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, in ArgumentSlot()
271 return ArgumentSlot(bl.argumentSlot()); in fromBinding()
294 MOZ_ASSERT(kind_ == Kind::ArgumentSlot); in argumentSlot()
327 return kind_ == Kind::ArgumentSlot || kind_ == Kind::FrameSlot || in hasKnownSlot()
H A DNameOpEmitter.cpp62 case NameLocation::Kind::ArgumentSlot: in emitGet()
119 case NameLocation::Kind::ArgumentSlot: in emitGet()
186 case NameLocation::Kind::ArgumentSlot: in prepareForRhs()
270 case NameLocation::Kind::ArgumentSlot: in emitAssignment()
H A DFunctionEmitter.cpp970 MOZ_ASSERT(paramLoc.kind() == NameLocation::Kind::ArgumentSlot || in emitAssignment()
H A DEmitterScope.cpp431 case NameLocation::Kind::ArgumentSlot: in dump()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DNameAnalysisTypes.h183 ArgumentSlot, enumerator
253 static NameLocation ArgumentSlot(uint16_t slot) { in ArgumentSlot() function
254 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, slot); in ArgumentSlot()
280 return ArgumentSlot(bl.argumentSlot()); in fromBinding()
307 MOZ_ASSERT(kind_ == Kind::ArgumentSlot); in argumentSlot()
344 return kind_ == Kind::ArgumentSlot || in hasKnownSlot()
H A DBytecodeEmitter.cpp558 case NameLocation::Kind::ArgumentSlot: in dump()
3035 case NameLocation::Kind::ArgumentSlot: in emitGetNameAtLocation()
3080 case NameLocation::Kind::ArgumentSlot: in emitGetNameAtLocation()
3172 case NameLocation::Kind::ArgumentSlot: { in emitSetOrInitializeNameAtLocation()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DNameAnalysisTypes.h174 ArgumentSlot, enumerator
239 static NameLocation ArgumentSlot(uint16_t slot) { in ArgumentSlot() function
240 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, in ArgumentSlot()
269 return ArgumentSlot(bl.argumentSlot()); in fromBinding()
292 MOZ_ASSERT(kind_ == Kind::ArgumentSlot); in argumentSlot()
325 return kind_ == Kind::ArgumentSlot || kind_ == Kind::FrameSlot || in hasKnownSlot()
H A DBytecodeEmitter.cpp539 case NameLocation::Kind::ArgumentSlot: in dump()
3345 case NameLocation::Kind::ArgumentSlot: in emitGetNameAtLocation()
3387 case NameLocation::Kind::ArgumentSlot: in emitGetNameAtLocation()
3466 case NameLocation::Kind::ArgumentSlot: { in emitSetOrInitializeNameAtLocation()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DNameAnalysisTypes.h236 ArgumentSlot, enumerator
307 static NameLocation ArgumentSlot(uint16_t slot) { in ArgumentSlot() function
308 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, in ArgumentSlot()
346 MOZ_ASSERT(kind_ == Kind::ArgumentSlot); in argumentSlot()
386 return kind_ == Kind::ArgumentSlot || kind_ == Kind::FrameSlot || in hasKnownSlot()
H A DNameOpEmitter.cpp62 case NameLocation::Kind::ArgumentSlot: in emitGet()
123 case NameLocation::Kind::ArgumentSlot: in emitGet()
195 case NameLocation::Kind::ArgumentSlot: in prepareForRhs()
281 case NameLocation::Kind::ArgumentSlot: in emitAssignment()
H A DFunctionEmitter.cpp927 MOZ_ASSERT(paramLoc.kind() == NameLocation::Kind::ArgumentSlot || in emitAssignment()
H A DEmitterScope.cpp309 case NameLocation::Kind::ArgumentSlot: in dump()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DNameAnalysisTypes.h232 ArgumentSlot, enumerator
303 static NameLocation ArgumentSlot(uint16_t slot) { in ArgumentSlot() function
304 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, in ArgumentSlot()
342 MOZ_ASSERT(kind_ == Kind::ArgumentSlot); in argumentSlot()
382 return kind_ == Kind::ArgumentSlot || kind_ == Kind::FrameSlot || in hasKnownSlot()
H A DNameOpEmitter.cpp71 case NameLocation::Kind::ArgumentSlot: in emitGet()
135 case NameLocation::Kind::ArgumentSlot: in emitGet()
216 case NameLocation::Kind::ArgumentSlot: in prepareForRhs()
308 case NameLocation::Kind::ArgumentSlot: in emitAssignment()
H A DFunctionEmitter.cpp926 MOZ_ASSERT(paramLoc.kind() == NameLocation::Kind::ArgumentSlot || in emitAssignment()
H A DEmitterScope.cpp308 case NameLocation::Kind::ArgumentSlot: in dump()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DNameAnalysisTypes.h236 ArgumentSlot, enumerator
307 static NameLocation ArgumentSlot(uint16_t slot) { in ArgumentSlot() function
308 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, in ArgumentSlot()
346 MOZ_ASSERT(kind_ == Kind::ArgumentSlot); in argumentSlot()
386 return kind_ == Kind::ArgumentSlot || kind_ == Kind::FrameSlot || in hasKnownSlot()
H A DNameOpEmitter.cpp62 case NameLocation::Kind::ArgumentSlot: in emitGet()
123 case NameLocation::Kind::ArgumentSlot: in emitGet()
195 case NameLocation::Kind::ArgumentSlot: in prepareForRhs()
281 case NameLocation::Kind::ArgumentSlot: in emitAssignment()
H A DFunctionEmitter.cpp927 MOZ_ASSERT(paramLoc.kind() == NameLocation::Kind::ArgumentSlot || in emitAssignment()
H A DEmitterScope.cpp309 case NameLocation::Kind::ArgumentSlot: in dump()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DScope.h1534 return NameLocation::ArgumentSlot(bl.argumentSlot()); in nameLocation()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DScope.h1599 return NameLocation::ArgumentSlot(bl.argumentSlot()); in nameLocation()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DScope.h1599 return NameLocation::ArgumentSlot(bl.argumentSlot()); in nameLocation()