Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmBinary.cpp282 uint8_t nameTypeValue; in startNameSubsection() local
283 if (!readFixedU8(&nameTypeValue)) { in startNameSubsection()
287 if (nameTypeValue != uint8_t(nameType)) { in startNameSubsection()
316 uint8_t nameTypeValue; in skipNameSubsection() local
317 if (!readFixedU8(&nameTypeValue)) { in skipNameSubsection()
321 switch (nameTypeValue) { in skipNameSubsection()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmBinary.cpp282 uint8_t nameTypeValue; in startNameSubsection() local
283 if (!readFixedU8(&nameTypeValue)) { in startNameSubsection()
287 if (nameTypeValue != uint8_t(nameType)) { in startNameSubsection()
316 uint8_t nameTypeValue; in skipNameSubsection() local
317 if (!readFixedU8(&nameTypeValue)) { in skipNameSubsection()
321 switch (nameTypeValue) { in skipNameSubsection()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmBinary.cpp282 uint8_t nameTypeValue; in startNameSubsection() local
283 if (!readFixedU8(&nameTypeValue)) { in startNameSubsection()
287 if (nameTypeValue != uint8_t(nameType)) { in startNameSubsection()
316 uint8_t nameTypeValue; in skipNameSubsection() local
317 if (!readFixedU8(&nameTypeValue)) { in skipNameSubsection()
321 switch (nameTypeValue) { in skipNameSubsection()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmValidate.cpp298 uint8_t nameTypeValue; in startNameSubsection() local
299 if (!readFixedU8(&nameTypeValue)) { in startNameSubsection()
303 if (nameTypeValue != uint8_t(nameType)) { in startNameSubsection()
332 uint8_t nameTypeValue; in skipNameSubsection() local
333 if (!readFixedU8(&nameTypeValue)) { in skipNameSubsection()
337 switch (nameTypeValue) { in skipNameSubsection()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmValidate.cpp209 uint8_t nameTypeValue; in startNameSubsection() local
210 if (!readFixedU8(&nameTypeValue)) return false; in startNameSubsection()
212 if (nameTypeValue != uint8_t(nameType)) { in startNameSubsection()