Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmTypeDef.cpp434 return isArraySubtypeOf(one, two, cache); in isTypeIndexSubtypeOf()
488 TypeResult TypeContext::isArraySubtypeOf(uint32_t oneIndex, uint32_t twoIndex, in isArraySubtypeOf() function in TypeContext
H A DWasmTypeDef.h702 TypeResult isArraySubtypeOf(uint32_t oneIndex, uint32_t twoIndex,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmTypeDef.cpp434 return isArraySubtypeOf(one, two, cache); in isTypeIndexSubtypeOf()
488 TypeResult TypeContext::isArraySubtypeOf(uint32_t oneIndex, uint32_t twoIndex, in isArraySubtypeOf() function in TypeContext
H A DWasmTypeDef.h702 TypeResult isArraySubtypeOf(uint32_t oneIndex, uint32_t twoIndex,
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmTypeDef.cpp467 return isArraySubtypeOf(subType, superType, cache); in isTypeIndexSubtypeOf()
522 TypeResult TypeContext::isArraySubtypeOf(uint32_t subTypeIndex, in isArraySubtypeOf() function in TypeContext
H A DWasmTypeDef.h731 TypeResult isArraySubtypeOf(uint32_t subTypeIndex, uint32_t superTypeIndex,