| 2670 | } |
| 2671 | |
| 2672 | static bool is_objectscript_language(CBMLanguage language) { |
| 2673 | return language == CBM_LANG_OBJECTSCRIPT_UDL || language == CBM_LANG_OBJECTSCRIPT_ROUTINE; |
| 2674 | } |
| 2675 | |
| 2676 | // Preserve ObjectScript's grammar/type-map resolution while feeding the |
| 2677 | // invocation descriptor used by the exact callee-usage suppression pass. |
no outgoing calls
no test coverage detected