Home
last modified time | relevance | path

Searched refs:dictionaryMatchesLambda (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DCodegen.py6765 return dictionaryMatchesLambda(type.inner, func)
6769 def dictionaryMatchesLambda(dictionary, func): function
6771 (dictionary.parent and dictionaryMatchesLambda(dictionary.parent, func)))
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DCodegen.py7157 return dictionaryMatchesLambda(type.inner, func)
7161 def dictionaryMatchesLambda(dictionary, func): function
7163 (dictionary.parent and dictionaryMatchesLambda(dictionary.parent, func)))
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DCodegen.py8502 return dictionaryMatchesLambda(type.inner, func)
8506 def dictionaryMatchesLambda(dictionary, func): function
8508 dictionary.parent and dictionaryMatchesLambda(dictionary.parent, func)
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DCodegen.py7368 return dictionaryMatchesLambda(type.inner, func)
7372 def dictionaryMatchesLambda(dictionary, func): function
7374 (dictionary.parent and dictionaryMatchesLambda(dictionary.parent, func)))
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DCodegen.py8505 return dictionaryMatchesLambda(type.inner, func)
8509 def dictionaryMatchesLambda(dictionary, func): function
8511 dictionary.parent and dictionaryMatchesLambda(dictionary.parent, func)
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DCodegen.py8502 return dictionaryMatchesLambda(type.inner, func)
8506 def dictionaryMatchesLambda(dictionary, func): function
8508 dictionary.parent and dictionaryMatchesLambda(dictionary.parent, func)