Lines Matching defs:is_null
199 instance.is_null() ? nullptr : instance->module();
221 if (!instance.is_null()) table_obj->set_instance(*instance);
242 if (instance.is_null()) return;
650 int entry_index, bool* is_valid, bool* is_null,
659 *is_null = element->IsNull(isolate);
660 if (*is_null) return;
1039 if (!instance.is_null()) global_obj->set_instance(*instance);
1046 DCHECK(maybe_untagged_buffer.is_null());
1056 DCHECK(maybe_tagged_buffer.is_null());
1480 resolved.suspender.is_null() || resolved.suspender->IsUndefined()
1702 .is_null());
1707 .is_null());
2116 suspender.is_null() ? wasm::kNoSuspend : wasm::kSuspend;
2117 DCHECK_IMPLIES(!suspender.is_null(), !suspender->IsUndefined());