Home | History | Annotate | Download | only in src

Lines Matching refs:allow

44   void set(PerThreadAssertType type, bool allow) {
45 assert_states_[type] = allow;
99 template <PerThreadAssertType type, bool allow>
104 data_->set(type, allow);
128 template <PerIsolateAssertType type, bool allow>
134 SetData(isolate_, DataBit::update(old_data_, allow));
155 template <PerThreadAssertType type, bool allow>
158 PerThreadAssertScope<type, allow> {
167 template <PerIsolateAssertType type, bool allow>
170 PerIsolateAssertScope<type, allow> {
173 : PerIsolateAssertScope<type, allow>(isolate) { }