Home
last modified time | relevance | path

Searched refs:AssertScopeMatchesEnvironment (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DStack.cpp78 static inline void AssertScopeMatchesEnvironment(Scope* scope, in AssertScopeMatchesEnvironment() function
169 static inline void AssertScopeMatchesEnvironment(InterpreterFrame* fp, in AssertScopeMatchesEnvironment() function
175 AssertScopeMatchesEnvironment(fp->script()->innermostScope(pc), in AssertScopeMatchesEnvironment()
197 AssertScopeMatchesEnvironment(script->enclosingScope(), environmentChain()); in prologue()
219 AssertScopeMatchesEnvironment(this, pc); in epilogue()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DStack.cpp78 static inline void AssertScopeMatchesEnvironment(Scope* scope, in AssertScopeMatchesEnvironment() function
169 static inline void AssertScopeMatchesEnvironment(InterpreterFrame* fp, in AssertScopeMatchesEnvironment() function
175 AssertScopeMatchesEnvironment(fp->script()->innermostScope(pc), in AssertScopeMatchesEnvironment()
197 AssertScopeMatchesEnvironment(script->enclosingScope(), environmentChain()); in prologue()
219 AssertScopeMatchesEnvironment(this, pc); in epilogue()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DStack.cpp78 static inline void AssertScopeMatchesEnvironment(Scope* scope, in AssertScopeMatchesEnvironment() function
169 static inline void AssertScopeMatchesEnvironment(InterpreterFrame* fp, in AssertScopeMatchesEnvironment() function
175 AssertScopeMatchesEnvironment(fp->script()->innermostScope(pc), in AssertScopeMatchesEnvironment()
197 AssertScopeMatchesEnvironment(script->enclosingScope(), environmentChain()); in prologue()
219 AssertScopeMatchesEnvironment(this, pc); in epilogue()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DStack.cpp78 static inline void AssertScopeMatchesEnvironment(Scope* scope, in AssertScopeMatchesEnvironment() function
167 static inline void AssertScopeMatchesEnvironment(InterpreterFrame* fp, in AssertScopeMatchesEnvironment() function
173 AssertScopeMatchesEnvironment(fp->script()->innermostScope(pc), in AssertScopeMatchesEnvironment()
195 AssertScopeMatchesEnvironment(script->enclosingScope(), environmentChain()); in prologue()
217 AssertScopeMatchesEnvironment(this, pc); in epilogue()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DStack.cpp97 AssertScopeMatchesEnvironment(Scope* scope, JSObject* originalEnv)
175 AssertScopeMatchesEnvironment(InterpreterFrame* fp, jsbytecode* pc)
181 AssertScopeMatchesEnvironment(fp->script()->innermostScope(pc), fp->environmentChain());
230 AssertScopeMatchesEnvironment(script->enclosingScope(), environmentChain());
267 AssertScopeMatchesEnvironment(this, pc);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DStack.cpp85 static inline void AssertScopeMatchesEnvironment(Scope* scope, in AssertScopeMatchesEnvironment() function
172 static inline void AssertScopeMatchesEnvironment(InterpreterFrame* fp, in AssertScopeMatchesEnvironment() function
178 AssertScopeMatchesEnvironment(fp->script()->innermostScope(pc), in AssertScopeMatchesEnvironment()
224 AssertScopeMatchesEnvironment(script->enclosingScope(), environmentChain()); in prologue()
246 AssertScopeMatchesEnvironment(this, pc); in epilogue()