Home
last modified time | relevance | path

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

/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dscope_chain.cpp37 for (ScopeChainIterator scopeIter = begin(); scopeIter != scopeEnd; ++scopeIter) { in print() local
38 JSObject *o = *scopeIter; in print()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DScopeChain.cpp37 for (ScopeChainIterator scopeIter = begin(); scopeIter != scopeEnd; ++scopeIter) { in print() local
38 JSObject* o = *scopeIter; in print()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DScopeChain.cpp37 for (ScopeChainIterator scopeIter = begin(); scopeIter != scopeEnd; ++scopeIter) { in print() local
38 JSObject* o = *scopeIter; in print()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DScopeChain.cpp37 for (ScopeChainIterator scopeIter = begin(); scopeIter != scopeEnd; ++scopeIter) { in print() local
38 JSObject* o = *scopeIter; in print()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DScopeChain.cpp37 for (ScopeChainIterator scopeIter = begin(); scopeIter != scopeEnd; ++scopeIter) { in print() local
38 JSObject* o = scopeIter->get(); in print()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/randomshaders/
H A DrsgVariableManager.cpp453 …<ValueScope*>::reverse_iterator scopeIter = m_valueScopeStack.rbegin(); scopeIter != m_valueScopeS… in popValueScope() local
455 const ValueScope* scope = *scopeIter; in popValueScope()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBaselineBailouts.cpp1271 Scope* scopeIter = script_->innermostScope(pc); in envChainSlotCanBeOptimized() local
1272 while (scopeIter != script_->bodyScope()) { in envChainSlotCanBeOptimized()
1273 if (!scopeIter || scopeIter->hasEnvironment()) { in envChainSlotCanBeOptimized()
1276 scopeIter = scopeIter->enclosing(); in envChainSlotCanBeOptimized()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBaselineBailouts.cpp732 Scope* scopeIter = script->innermostScope(pc); in InitFromBailout() local
733 while (scopeIter != script->bodyScope()) { in InitFromBailout()
734 MOZ_ASSERT(scopeIter); in InitFromBailout()
735 MOZ_ASSERT(!scopeIter->hasEnvironment()); in InitFromBailout()
736 scopeIter = scopeIter->enclosing(); in InitFromBailout()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBaselineBailouts.cpp1271 Scope* scopeIter = script_->innermostScope(pc); in envChainSlotCanBeOptimized() local
1272 while (scopeIter != script_->bodyScope()) { in envChainSlotCanBeOptimized()
1273 if (!scopeIter || scopeIter->hasEnvironment()) { in envChainSlotCanBeOptimized()
1276 scopeIter = scopeIter->enclosing(); in envChainSlotCanBeOptimized()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBaselineBailouts.cpp1271 Scope* scopeIter = script_->innermostScope(pc); in envChainSlotCanBeOptimized() local
1272 while (scopeIter != script_->bodyScope()) { in envChainSlotCanBeOptimized()
1273 if (!scopeIter || scopeIter->hasEnvironment()) { in envChainSlotCanBeOptimized()
1276 scopeIter = scopeIter->enclosing(); in envChainSlotCanBeOptimized()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineBailouts.cpp727 Scope* scopeIter = script->innermostScope(pc); in InitFromBailout() local
728 while (scopeIter != script->bodyScope()) { in InitFromBailout()
729 MOZ_ASSERT(scopeIter); in InitFromBailout()
730 MOZ_ASSERT(!scopeIter->hasEnvironment()); in InitFromBailout()
731 scopeIter = scopeIter->enclosing(); in InitFromBailout()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dtools.cpp1088 auto scopeIter{scope.find(*nameIterator++)}; in Increment() local
1089 if (scopeIter != scope.cend()) { in Increment()
1090 const Symbol &component{*scopeIter->second}; in Increment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dtools.cpp1148 auto scopeIter{scope.find(*nameIterator++)}; in Increment() local
1149 if (scopeIter != scope.cend()) { in Increment()
1150 const Symbol &component{*scopeIter->second}; in Increment()
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/
H A Dwmllint-1.41485 scopeIter = radius_pos.iterScope()
1486 startline = scopeIter.lineno + 1
1493 for i in scopeIter:
1511 wspace + "[/and]\n"] + no_indent + lines[scopeIter.lineno:]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp1259 auto scopeIter{scope.find(*nameIterator++)}; in Increment() local
1260 if (scopeIter != scope.cend()) { in Increment()
1261 const Symbol &component{*scopeIter->second}; in Increment()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dtools.cpp1225 auto scopeIter{scope.find(*nameIterator++)}; in Increment() local
1226 if (scopeIter != scope.cend()) { in Increment()
1227 const Symbol &component{*scopeIter->second}; in Increment()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dtools.cpp1225 auto scopeIter{scope.find(*nameIterator++)}; in Increment() local
1226 if (scopeIter != scope.cend()) { in Increment()
1227 const Symbol &component{*scopeIter->second}; in Increment()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dtools.cpp1289 auto scopeIter{scope.find(*nameIterator++)}; in Increment() local
1290 if (scopeIter != scope.cend()) { in Increment()
1291 const Symbol &component{*scopeIter->second}; in Increment()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp1259 auto scopeIter{scope.find(*nameIterator++)}; in Increment() local
1260 if (scopeIter != scope.cend()) { in Increment()
1261 const Symbol &component{*scopeIter->second}; in Increment()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp1259 auto scopeIter{scope.find(*nameIterator++)}; in Increment() local
1260 if (scopeIter != scope.cend()) { in Increment()
1261 const Symbol &component{*scopeIter->second}; in Increment()