Home | History | Annotate | Download | only in scripts

Lines Matching refs:numFunctions

665     my $numFunctions = @{$dataNode->functions};
950 if ($numFunctions > 0 || $numConstants > 0 || $dataNode->extendedAttributes->{"DelegatingPrototypeGetOwnPropertySlot"}) {
991 if ($numFunctions > 0) {
1229 my $numFunctions = @{$dataNode->functions};
1263 $hashSize = $numFunctions + $numConstants;
1328 if ($numConstants > 0 || $numFunctions > 0 || $dataNode->extendedAttributes->{"DelegatingPrototypeGetOwnPropertySlot"}) {
1337 if ($numConstants eq 0 && $numFunctions eq 0) {
1341 } elsif ($numFunctions eq 0) {
1356 if ($numConstants eq 0 && $numFunctions eq 0) {
1360 } elsif ($numFunctions eq 0) {
1824 if ($numFunctions > 0) {
2172 my $numFunctions = @{$dataNode->functions};
2173 if ($numFunctions > 0) {
2251 my $numFunctions = @{$dataNode->functions};
2252 if ($numFunctions > 0) {