Searched refs:IsJust (Results 1 – 25 of 32) sorted by relevance
12
117 if (!result.IsJust()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()127 if (!result.IsJust()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()153 if (!result.IsJust()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()163 if (!result.IsJust()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()173 if (!result.IsJust()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()183 if (!result.IsJust()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()
194 if (!result.IsJust()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()369 if (!maybe.IsJust()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()395 if (!maybe.IsJust()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()499 if (!maybe.IsJust()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()670 .IsJust()); in RUNTIME_FUNCTION()891 if (result.IsJust()) { in RUNTIME_FUNCTION()
72 if (!maybe.IsJust()) return isolate->heap()->exception(); in DeclareGlobal()637 if (!maybe.IsJust()) return isolate->heap()->exception(); in FindNameClash()
166 DCHECK(data_set.IsJust() && data_set.FromJust() == true); in RUNTIME_FUNCTION()
41 right_kind_ = fixed_right_arg_.IsJust() in BinaryOpICState()54 HasFixedRightArgField::encode(fixed_right_arg_.IsJust()); in GetExtraICState()55 if (fixed_right_arg_.IsJust()) { in GetExtraICState()210 if (s.fixed_right_arg_.IsJust()) { in operator <<()233 (result_kind_ == NONE || !fixed_right_arg_.IsJust()); in Update()
55 return maybe_index.IsJust() ? maybe_index.FromJust() : kInvalidRootIndex; in Lookup()198 return maybe_index.IsJust() ? SerializerReference(maybe_index.FromJust()) in Lookup()
26 if (maybe_index.IsJust()) { in RootIndexMap()
435 CHECK(maybe.IsJust()); in SetResolvedNumberSettings()445 CHECK(maybe.IsJust()); in SetResolvedNumberSettings()765 CHECK(maybe.IsJust()); in UnpackDateFormat()829 CHECK(maybe.IsJust()); in UnpackNumberFormat()888 CHECK(maybe.IsJust()); in UnpackCollator()951 CHECK(maybe.IsJust()); in UnpackBreakIterator()
173 if (!found.IsJust() || !found.FromJust()) return found; in UnscopableLookup()289 if (!maybe.IsJust()) return Handle<Object>(); in Lookup()
110 CHECK(result.IsJust() && result.FromJust()); in CreateDataProperty()
103 DCHECK(maybe.IsJust()); in DefineDataProperty()
41 if (maybe_index.IsJust()) { in LookupOrInsert()
27 DCHECK(map_->Get(addr).IsJust()); in ExternalReferenceEncoder()
62 if (condition_value.IsJust()) { in ReduceBranch()99 if (condition_value.IsJust()) { in ReduceDeoptimizeConditional()
72 if (!status.IsJust()) return isolate->heap()->exception(); in BUILTIN()
204 if (!attributes.IsJust()) return isolate->heap()->exception(); in DoFunctionBind()
157 return result.IsJust() ? *isolate->factory()->ToBoolean(result.FromJust()) in BUILTIN()
774 if (!maybe.IsJust()) return false; in IterateElementsSlow()837 if (!maybe.IsJust()) return false; in IterateElements()872 if (!maybe.IsJust()) return false; in IterateElements()
217 if (!maybe.IsJust()) return isolate->heap()->exception(); in BUILTIN()
34 if (res.IsJust()) new_value = res.FromJust(); in InsertRepresentationChangeForUse()
245 DCHECK(maybe.IsJust()); in MaterializeArgumentsObject()
674 DCHECK(maybe.IsJust()); in SetContextVariableValue()
145 if (!hasRealNamedProperty.IsJust() || !hasRealNamedProperty.FromJust()) in toProtocolValue()
7646 V8_INLINE bool IsJust() const { return has_value_; } in IsJust() function7652 if (V8_LIKELY(IsJust())) *out = value_; in To()7653 return IsJust(); in To()7658 if (V8_UNLIKELY(!IsJust())) V8::FromJustIsNothing(); in FromJust()7667 return (IsJust() == other.IsJust()) &&7668 (!IsJust() || FromJust() == other.FromJust());
298 .IsJust()); in GetDispatchCountersObject()310 .IsJust()); in GetDispatchCountersObject()