Searched refs:allowDifferentKinds (Results 1 – 1 of 1) sorted by relevance
81 function codeEquals(code1, code2, allowDifferentKinds = false) { argument86 if (!allowDifferentKinds && code1.kind !== code2.kind) return false;88 if (!allowDifferentKinds && code1.kind !== code2.kind) return false;