Home
last modified time | relevance | path

Searched refs:locationBoundInScope (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DEmitterScope.h155 mozilla::Maybe<NameLocation> locationBoundInScope(JSAtom* name,
H A DEmitterScope.cpp1058 Maybe<NameLocation> EmitterScope::locationBoundInScope(JSAtom* name, in locationBoundInScope() function in EmitterScope
H A DBytecodeEmitter.cpp164 return innermostEmitterScope()->locationBoundInScope(name, target); in locationOfNameBoundInScope()
173 return source->locationBoundInScope(name, funScope); in locationOfNameBoundInFunctionScope()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DEmitterScope.h201 mozilla::Maybe<NameLocation> locationBoundInScope(TaggedParserAtomIndex name,
H A DEmitterScope.cpp1091 Maybe<NameLocation> EmitterScope::locationBoundInScope( in locationBoundInScope() function in EmitterScope
H A DBytecodeEmitter.cpp214 return innermostEmitterScope()->locationBoundInScope(name, target); in locationOfNameBoundInScope()
224 return source->locationBoundInScope(name, aScope); in locationOfNameBoundInScopeType()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DEmitterScope.h201 mozilla::Maybe<NameLocation> locationBoundInScope(TaggedParserAtomIndex name,
H A DEmitterScope.cpp1091 Maybe<NameLocation> EmitterScope::locationBoundInScope( in locationBoundInScope() function in EmitterScope
H A DBytecodeEmitter.cpp214 return innermostEmitterScope()->locationBoundInScope(name, target); in locationOfNameBoundInScope()
224 return source->locationBoundInScope(name, aScope); in locationOfNameBoundInScopeType()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DEmitterScope.h197 mozilla::Maybe<NameLocation> locationBoundInScope(TaggedParserAtomIndex name,
H A DEmitterScope.cpp1089 Maybe<NameLocation> EmitterScope::locationBoundInScope( in locationBoundInScope() function in EmitterScope
H A DBytecodeEmitter.cpp206 return innermostEmitterScope()->locationBoundInScope(name, target); in locationOfNameBoundInScope()
216 return source->locationBoundInScope(name, aScope); in locationOfNameBoundInScopeType()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DBytecodeEmitter.cpp522 Maybe<NameLocation> locationBoundInScope(BytecodeEmitter* bce, JSAtom* name,
797 BytecodeEmitter::EmitterScope::locationBoundInScope(BytecodeEmitter* bce, JSAtom* name, in locationBoundInScope() function in BytecodeEmitter::EmitterScope
1587 return innermostEmitterScope->locationBoundInScope(this, name, target); in locationOfNameBoundInScope()
1596 return source->locationBoundInScope(this, name, funScope); in locationOfNameBoundInFunctionScope()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DBytecodeEmitter.cpp505 Maybe<NameLocation> locationBoundInScope(JSAtom* name, EmitterScope* target);
768 Maybe<NameLocation> BytecodeEmitter::EmitterScope::locationBoundInScope( in locationBoundInScope() function in BytecodeEmitter::EmitterScope
2035 return innermostEmitterScope()->locationBoundInScope(name, target); in locationOfNameBoundInScope()
2043 return source->locationBoundInScope(name, funScope); in locationOfNameBoundInFunctionScope()