Searched refs:supportsException (Results 1 – 1 of 1) sorted by relevance
351 bool supportsException(const Function *F) const { in supportsException() function in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj1089 bool NeedInvoke = supportsException(&F) && canThrow(Callee); in runEHOnFunction()1474 if (supportsException(&F) && canThrow(Callee)) { in handleLongjmpableCallsForEmscriptenSjLj()