Home
last modified time | relevance | path

Searched refs:needsEnvironment (Results 1 – 25 of 132) sorted by relevance

123456

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DScope.cpp778 if (!envShape && needsEnvironment) { in updateEnvShapeIfRequired()
797 if (!envShape.get() && needsEnvironment) { in updateEnvShapeIfRequired()
889 uint8_t needsEnvironment; in XDR() local
893 needsEnvironment = scope->hasEnvironment(); in XDR()
897 MOZ_TRY(xdr->codeUint8(&needsEnvironment)); in XDR()
971 if (!envShape && needsEnvironment) { in updateEnvShapeIfRequired()
983 bool needsEnvironment) { in updateEnvShapeIfRequired() argument
988 if (!envShape.get() && needsEnvironment) { in updateEnvShapeIfRequired()
1042 uint8_t needsEnvironment; in XDR() local
1046 needsEnvironment = scope->hasEnvironment(); in XDR()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DScope.cpp604 bool hasParameterExprs, bool needsEnvironment,
619 bool hasParameterExprs, bool needsEnvironment,
649 if (!envShape && needsEnvironment) {
731 uint8_t needsEnvironment;
735 needsEnvironment = scope->hasEnvironment();
739 if (!xdr->codeUint8(&needsEnvironment))
795 uint32_t firstFrameSlot, bool needsEnvironment, HandleScope enclosing)
825 if (!envShape && needsEnvironment) {
867 uint8_t needsEnvironment;
871 needsEnvironment = scope->hasEnvironment();
[all …]
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DArgumentListProcessor.java432 if (p.needsEnvironment()) { in ArgumentListProcessor()
438 if (p.needsEnvironment()) { in ArgumentListProcessor()
444 if (p.needsEnvironment()) { in ArgumentListProcessor()
829 boolean needsEnvironment() { return false; } in needsEnvironment() method in ArgumentListProcessor.Param
840 boolean needsEnvironment() { return false; } in needsEnvironment() method in ArgumentListProcessor.InitForm
871 boolean needsEnvironment() { return true; } in needsEnvironment() method in ArgumentListProcessor.NonConstantInitForm
986 boolean needsEnvironment() { in needsEnvironment() method in ArgumentListProcessor.OptionalParam
987 return initForm.needsEnvironment(); in needsEnvironment()
1079 boolean needsEnvironment() { in needsEnvironment() method in ArgumentListProcessor.AuxParam
1080 return initform.needsEnvironment(); in needsEnvironment()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DScope.cpp486 bool needsEnvironment) { in updateEnvShapeIfRequired() argument
487 if (!envShape && needsEnvironment) { in updateEnvShapeIfRequired()
500 if (envShape->isNothing() && needsEnvironment) { in updateEnvShapeIfRequired()
1141 uint8_t needsEnvironment; in XDR() local
1145 needsEnvironment = scope->hasEnvironment(); in XDR()
1149 MOZ_TRY(xdr->codeUint8(&needsEnvironment)); in XDR()
1212 bool needsEnvironment, in createWithData() argument
1239 uint8_t needsEnvironment; in XDR() local
1243 needsEnvironment = scope->hasEnvironment(); in XDR()
1247 MOZ_TRY(xdr->codeUint8(&needsEnvironment)); in XDR()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DScope.cpp486 bool needsEnvironment) { in updateEnvShapeIfRequired() argument
487 if (!envShape && needsEnvironment) { in updateEnvShapeIfRequired()
500 if (envShape->isNothing() && needsEnvironment) { in updateEnvShapeIfRequired()
1141 uint8_t needsEnvironment; in XDR() local
1145 needsEnvironment = scope->hasEnvironment(); in XDR()
1149 MOZ_TRY(xdr->codeUint8(&needsEnvironment)); in XDR()
1212 bool needsEnvironment, in createWithData() argument
1239 uint8_t needsEnvironment; in XDR() local
1243 needsEnvironment = scope->hasEnvironment(); in XDR()
1247 MOZ_TRY(xdr->codeUint8(&needsEnvironment)); in XDR()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DScope.cpp629 if (!envShape && needsEnvironment) { in createWithData()
708 uint8_t needsEnvironment; in XDR() local
712 needsEnvironment = scope->hasEnvironment(); in XDR()
716 if (!xdr->codeUint8(&needsEnvironment)) return false; in XDR()
730 needsEnvironment, fun, enclosing)); in XDR()
766 bool needsEnvironment, in create() argument
795 if (!envShape && needsEnvironment) { in createWithData()
830 uint8_t needsEnvironment; in XDR() local
834 needsEnvironment = scope->hasEnvironment(); in XDR()
838 if (!xdr->codeUint8(&needsEnvironment)) return false; in XDR()
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DScope.cpp400 bool needsEnvironment) { in updateEnvShapeIfRequired() argument
401 if (!envShape && needsEnvironment) { in updateEnvShapeIfRequired()
413 bool needsEnvironment) { in updateEnvShapeIfRequired() argument
414 if (envShape->isNothing() && needsEnvironment) { in updateEnvShapeIfRequired()
738 bool hasParameterExprs, bool needsEnvironment, HandleFunction fun, in prepareForScopeCreation() argument
765 bool hasParameterExprs, bool needsEnvironment, HandleFunction fun, in createWithData() argument
803 uint32_t firstFrameSlot, bool needsEnvironment, ShapeT envShape) { in prepareForScopeCreation() argument
822 bool needsEnvironment, in createWithData() argument
828 needsEnvironment, &envShape)) { in createWithData()
943 bool needsEnvironment = true; in prepareForScopeCreation() local
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/twig/twig/lib/Twig/
H A DFunctionInterface.php31 public function needsEnvironment(); function
H A DFilterInterface.php30 public function needsEnvironment(); function
/dports/www/pear-twig/Twig-1.29.0/lib/Twig/
H A DFunctionInterface.php31 public function needsEnvironment(); function
H A DFilterInterface.php30 public function needsEnvironment(); function
/dports/devel/gitlist/gitlist/vendor/twig/twig/lib/Twig/
H A DFunctionInterface.php31 public function needsEnvironment(); function
H A DFilterInterface.php30 public function needsEnvironment(); function
/dports/www/limesurvey/limesurvey/application/third_party/Twig/
H A DFunctionInterface.php31 public function needsEnvironment(); function
H A DFilterInterface.php30 public function needsEnvironment(); function
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/lib/Twig/
H A DFunctionInterface.php31 public function needsEnvironment(); function
H A DFilterInterface.php30 public function needsEnvironment(); function
/dports/www/itop/web/lib/silex/vendor/twig/twig/lib/Twig/
H A DFunctionInterface.php31 public function needsEnvironment(); function
H A DFilterInterface.php30 public function needsEnvironment(); function
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/twig/twig/lib/Twig/
H A DFunctionInterface.php33 public function needsEnvironment(); function
H A DFilterInterface.php32 public function needsEnvironment(); function
/dports/www/drupal8/drupal-8.9.20/vendor/twig/twig/lib/Twig/
H A DFunctionInterface.php33 public function needsEnvironment(); function
H A DFilterInterface.php32 public function needsEnvironment(); function
/dports/finance/prestashop/prestashop/vendor/twig/twig/lib/Twig/
H A DFunctionInterface.php33 public function needsEnvironment(); function
H A DFilterInterface.php32 public function needsEnvironment(); function

123456