Home
last modified time | relevance | path

Searched refs:isWith (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/nix/nix-2.3.10/src/libexpr/
H A Dnixexpr.hh334 bool isWith; member
338 StaticEnv(bool isWith, const StaticEnv * up) : isWith(isWith), up(up) { }; in StaticEnv()
H A Dnixexpr.cc254 if (curEnv->isWith) { in bindVars()
367 if (curEnv->isWith) { in bindVars()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DSharedContext.cpp208 auto isWith = [](ParseContext::Statement* stmt) { in initWithEnclosingParseContext() local
212 inWith_ = enclosing->findInnermostStatement(isWith); in initWithEnclosingParseContext()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DSharedContext.cpp204 auto isWith = [](ParseContext::Statement* stmt) { in initWithEnclosingParseContext() local
208 inWith_ = enclosing->findInnermostStatement(isWith); in initWithEnclosingParseContext()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DSharedContext.cpp311 auto isWith = [](ParseContext::Statement* stmt) { in initWithEnclosingParseContext() local
315 inWith_ = enclosing->findInnermostStatement(isWith); in initWithEnclosingParseContext()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DSharedContext.cpp204 auto isWith = [](ParseContext::Statement* stmt) { in initWithEnclosingParseContext() local
208 inWith_ = enclosing->findInnermostStatement(isWith); in initWithEnclosingParseContext()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DEnvironmentObject.cpp2090 bool isWith = env->is<WithEnvironmentObject>(); in ownPropertyKeys() local
2091 if (isWith) in ownPropertyKeys()
2098 if (isWith) { in ownPropertyKeys()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DEnvironmentObject.cpp2090 bool isWith = env->is<WithEnvironmentObject>(); in ownPropertyKeys() local
2091 if (isWith) in ownPropertyKeys()
2097 if (isWith) { in ownPropertyKeys()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DEnvironmentObject.cpp2333 bool isWith = env->is<WithEnvironmentObject>(); in ownPropertyKeys() local
2334 if (isWith) { in ownPropertyKeys()
2343 if (isWith) { in ownPropertyKeys()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DEnvironmentObject.cpp2271 bool isWith = env->is<WithEnvironmentObject>(); in ownPropertyKeys() local
2272 if (isWith) { in ownPropertyKeys()
2281 if (isWith) { in ownPropertyKeys()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DEnvironmentObject.cpp2263 bool isWith = env->is<WithEnvironmentObject>(); in ownPropertyKeys() local
2264 if (isWith) { in ownPropertyKeys()
2273 if (isWith) { in ownPropertyKeys()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DEnvironmentObject.cpp2271 bool isWith = env->is<WithEnvironmentObject>(); in ownPropertyKeys() local
2272 if (isWith) { in ownPropertyKeys()
2281 if (isWith) { in ownPropertyKeys()
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/scssphp/scssphp/src/
H A DCompiler.php1162 if ($this->isWith($scope, $with, $without)) {
1309 if ($e->block && ! $this->isWith($e->block, $with, $without)) {
1332 protected function isWith($block, $with, $without) function in ScssPhp\\ScssPhp\\Compiler
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/scssphp/scssphp/src/
H A DCompiler.php1162 if ($this->isWith($scope, $with, $without)) {
1309 if ($e->block && ! $this->isWith($e->block, $with, $without)) {
1332 protected function isWith($block, $with, $without) function in ScssPhp\\ScssPhp\\Compiler
/dports/www/moodle310/moodle/lib/scssphp/
H A DCompiler.php1117 if ($this->isWith($scope, $with, $without)) {
1264 if ($e->block && ! $this->isWith($e->block, $with, $without)) {
1287 protected function isWith($block, $with, $without) function in ScssPhp\\ScssPhp\\Compiler
/dports/www/moodle39/moodle/lib/scssphp/
H A DCompiler.php1117 if ($this->isWith($scope, $with, $without)) {
1264 if ($e->block && ! $this->isWith($e->block, $with, $without)) {
1287 protected function isWith($block, $with, $without) function in ScssPhp\\ScssPhp\\Compiler
/dports/www/nextcloud/nextcloud/3rdparty/scssphp/scssphp/src/
H A DCompiler.php1336 if ($this->isWith($scope, $with, $without)) {
1496 if ($e->block && ! $this->isWith($e->block, $with, $without)) {
1519 protected function isWith($block, $with, $without) function in ScssPhp\\ScssPhp\\Compiler
/dports/www/moodle311/moodle/lib/scssphp/
H A DCompiler.php1336 if ($this->isWith($scope, $with, $without)) {
1496 if ($e->block && ! $this->isWith($e->block, $with, $without)) {
1519 protected function isWith($block, $with, $without) function in ScssPhp\\ScssPhp\\Compiler
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/src/
H A DCompiler.php1491 if ($this->isWith($scope, $with, $without)) {
1651 if ($e->block && ! $this->isWith($e->block, $with, $without)) {
1674 protected function isWith($block, $with, $without) function in ScssPhp\\ScssPhp\\Compiler
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/
H A Dphpstan-baseline.neon879 …message: "#^Method ScssPhp\\\\ScssPhp\\\\Compiler\\:\\:isWith\\(\\) has parameter \\$with with no …
884 …message: "#^Method ScssPhp\\\\ScssPhp\\\\Compiler\\:\\:isWith\\(\\) has parameter \\$without with …
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DParser.cpp537 auto isWith = [](ParseContext::Statement* stmt) { in initWithEnclosingParseContext() local
541 inWith_ = enclosing->findInnermostStatement(isWith); in initWithEnclosingParseContext()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DParser.cpp512 auto isWith = [](ParseContext::Statement* stmt) { in initWithEnclosingParseContext() local
516 inWith_ = enclosing->findInnermostStatement(isWith); in initWithEnclosingParseContext()
/dports/sysutils/rundeck2/pkgs/webapp/assets/
H A Dknockout.debug.js.map7 …ing","_target","subscribeToDependency","makeWithIfBinding","bindingKey","isWith","isNot","makeCont…
H A Dknockout-mapping.debug.js.map7 …ing","_target","subscribeToDependency","makeWithIfBinding","bindingKey","isWith","isNot","makeCont…