static bool je_checkRule_debug(L rule) ctex { temp tempSetThreadLocal(je_checkRule_debug, true); ret je_checkRule(rule); } static bool je_checkRule_debug(S rule) { ret je_checkRule_debug(je_parseCascade(rule)); }