Home
last modified time | relevance | path

Searched refs:effectiveScope (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DSharedContext.cpp98 Scope* effectiveScope = scope; in computeThisBinding() local
119 effectiveScope = callee->nonLazyScript()->bodyScope(); in computeThisBinding()
128 for (ScopeIter si(effectiveScope); si; si++) { in computeThisBinding()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DStencil.cpp75 JS::Rooted<Scope*> effectiveScope( in init() local
79 computeThisBinding(effectiveScope); in init()
90 if (!cachePrivateFieldsForEval(cx, input, enclosingEnv, effectiveScope, in init()
366 Scope* effectiveScope, in cachePrivateFieldsForEval() argument
379 for (ScopeIter si(effectiveScope); si; si++) { in cachePrivateFieldsForEval()
H A DCompilationStencil.h172 Scope* effectiveScope,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DStencil.cpp75 JS::Rooted<Scope*> effectiveScope( in init() local
79 computeThisBinding(effectiveScope); in init()
90 if (!cachePrivateFieldsForEval(cx, input, enclosingEnv, effectiveScope, in init()
366 Scope* effectiveScope, in cachePrivateFieldsForEval() argument
379 for (ScopeIter si(effectiveScope); si; si++) { in cachePrivateFieldsForEval()
H A DCompilationStencil.h172 Scope* effectiveScope,
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DStencil.cpp159 JS::Rooted<InputScope> effectiveScope( in init() local
163 computeThisBinding(effectiveScope); in init()
174 if (!cachePrivateFieldsForEval(cx, input, enclosingEnv, effectiveScope, in init()
501 const InputScope& effectiveScope, in cachePrivateFieldsForEval() argument
510 for (InputScopeIter si(effectiveScope); si; si++) { in cachePrivateFieldsForEval()
H A DCompilationStencil.h493 const InputScope& effectiveScope,
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharo-1.4.changes12118 | effectiveScope blockStart |
12119 effectiveScope := optimized
12137 … statement analyseTempsWithin: effectiveScope rootNode: rootNode assignmentPools: assignmentPools].
12149 self postNumberingProcessTempsWithin: effectiveScope rootNode: rootNode.
H A DPharoV10.sources25542 | effectiveScope blockStart |
25543 effectiveScope := optimized
25561 … statement analyseTempsWithin: effectiveScope rootNode: rootNode assignmentPools: assignmentPools].
25569 self postNumberingProcessTempsWithin: effectiveScope rootNode: rootNode.