Lines Matching refs:Nothing
367 return Nothing<uint8_t*>();
394 return Nothing<bool>();
458 if (!WriteJSReceiver(buffer).FromMaybe(false)) return Nothing<bool>();
558 STACK_CHECK(isolate_, Nothing<bool>());
658 if (!Object::GetProperty(&it).ToHandle(&value)) return Nothing<bool>();
663 return Nothing<bool>();
681 return Nothing<bool>();
741 if (!WriteObject(element).FromMaybe(false)) return Nothing<bool>();
765 return Nothing<bool>();
774 return Nothing<bool>();
779 return Nothing<bool>();
793 return Nothing<bool>();
865 return Nothing<bool>();
896 return Nothing<bool>();
915 RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate_, Nothing<bool>());
978 MAYBE_RETURN(message_found, Nothing<bool>());
987 return Nothing<bool>();
991 return Nothing<bool>();
1015 return Nothing<bool>();
1026 return Nothing<bool>();
1032 return Nothing<bool>();
1060 RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate_, Nothing<bool>());
1093 RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate_, Nothing<bool>());
1105 return Nothing<bool>();
1110 RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate_, Nothing<bool>());
1127 if (!Object::GetProperty(&it).ToHandle(&value)) return Nothing<uint32_t>();
1135 return Nothing<uint32_t>();
1168 return Nothing<bool>();
1208 return Nothing<bool>();
1218 if (peek_position >= end_) return Nothing<SerializationTag>();
1234 if (position_ >= end_) return Nothing<SerializationTag>();
1301 if (position_ >= end_) return Nothing<T>();
1324 if (!ReadVarint<UnsignedT>().To(&unsigned_value)) return Nothing<T>();
1335 return Nothing<double>();
1347 return Nothing<base::Vector<const uint8_t>>();
2288 if (!PeekTag().To(&tag)) return Nothing<uint32_t>();
2313 return Nothing<uint32_t>();
2329 if (!ReadObject().ToHandle(&value)) return Nothing<uint32_t>();
2374 return Nothing<uint32_t>();
2389 if (!PeekTag().To(&tag)) return Nothing<uint32_t>();
2397 return Nothing<uint32_t>();
2400 if (!ReadObject().ToHandle(&value)) return Nothing<uint32_t>();
2408 return Nothing<uint32_t>();
2447 if (!IsValidObjectKey(*key, isolate)) return Nothing<bool>();
2454 return Nothing<bool>();
2558 // Nothing remains but padding.