Searched refs:allow_harmony_bigint_ (Results 1 – 2 of 2) sorted by relevance
377 bool allow_harmony_bigint() const { return allow_harmony_bigint_; } in allow_harmony_bigint()378 void set_allow_harmony_bigint(bool allow) { allow_harmony_bigint_ = allow; } in set_allow_harmony_bigint()814 bool allow_harmony_bigint_; variable
181 allow_harmony_bigint_(false), in Scanner()