Searched refs:rhs_fuzzy_match (Results 1 – 1 of 1) sorted by relevance
3216 return rhs_fuzzy_match(value, rhs_exact_match);3218 if (expr.is_truthy()) return rhs_fuzzy_match(true, return_false);3221 if (!(ev instanceof AST_Node)) return rhs_fuzzy_match(ev, rhs_exact_match);3237 function rhs_fuzzy_match(value, fallback) { function