Lines Matching defs:is_null
427 if (!instance.is_null() && builder.ExecuteStartFunction()) {
458 if (!module_->import_table.empty() && ffi_.is_null()) {
520 CHECK(memory_buffer_.is_null());
540 DCHECK(!memory_object_.is_null());
814 if (start_function_.is_null()) return true; // No start function.
830 if (retval.is_null()) {
843 DCHECK(!ffi_.is_null());
847 if (result.is_null()) {
860 if (result.is_null()) {
959 if (ffi_.is_null()) {
1196 resolved.suspender.is_null() || resolved.suspender->IsUndefined()
1229 bool is_null;
1234 isolate_, module_, table_object, i, &is_valid, &is_null,
1241 if (is_null) continue;
1611 resolved.suspender.is_null() || resolved.suspender->IsUndefined()
1901 if (wrapper.is_null()) {
1945 if (wasm_internal_function.is_null()) {