示例#1
0
 bool is_int(var x) const override { return m_ctx.is_int(x); }
示例#2
0
 virtual bool is_int(var x) const { return m_ctx.is_int(x); }