Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCompileInfo.h60 uint32_t funArgCount) { in CountArgSlots() argument
63 return StartArgSlot(script) + (hasFun ? funArgCount + 1 : 0); in CountArgSlots()