Home
last modified time | relevance | path

Searched refs:IsJust (Results 1 – 25 of 32) sorted by relevance

12

/external/v8/src/runtime/
Druntime-operators.cc117 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()
Druntime-object.cc194 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()
Druntime-scopes.cc72 if (!maybe.IsJust()) return isolate->heap()->exception(); in DeclareGlobal()
637 if (!maybe.IsJust()) return isolate->heap()->exception(); in FindNameClash()
Druntime-internal.cc166 DCHECK(data_set.IsJust() && data_set.FromJust() == true); in RUNTIME_FUNCTION()
/external/v8/src/ic/
Dic-state.cc41 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()
/external/v8/src/
Daddress-map.h55 return maybe_index.IsJust() ? maybe_index.FromJust() : kInvalidRootIndex; in Lookup()
198 return maybe_index.IsJust() ? SerializerReference(maybe_index.FromJust()) in Lookup()
Daddress-map.cc26 if (maybe_index.IsJust()) { in RootIndexMap()
Di18n.cc435 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()
Dcontexts.cc173 if (!found.IsJust() || !found.FromJust()) return found; in UnscopableLookup()
289 if (!maybe.IsJust()) return Handle<Object>(); in Lookup()
Dproperty-descriptor.cc110 CHECK(result.IsJust() && result.FromJust()); in CreateDataProperty()
Dapi-natives.cc103 DCHECK(maybe.IsJust()); in DefineDataProperty()
/external/v8/src/snapshot/
Dstartup-serializer.h41 if (maybe_index.IsJust()) { in LookupOrInsert()
Dserializer-common.cc27 DCHECK(map_->Get(addr).IsJust()); in ExternalReferenceEncoder()
/external/v8/src/compiler/
Dbranch-elimination.cc62 if (condition_value.IsJust()) { in ReduceBranch()
99 if (condition_value.IsJust()) { in ReduceDeoptimizeConditional()
/external/v8/src/builtins/
Dbuiltins-error.cc72 if (!status.IsJust()) return isolate->heap()->exception(); in BUILTIN()
Dbuiltins-function.cc204 if (!attributes.IsJust()) return isolate->heap()->exception(); in DoFunctionBind()
Dbuiltins-reflect.cc157 return result.IsJust() ? *isolate->factory()->ToBoolean(result.FromJust()) in BUILTIN()
Dbuiltins-array.cc774 if (!maybe.IsJust()) return false; in IterateElementsSlow()
837 if (!maybe.IsJust()) return false; in IterateElements()
872 if (!maybe.IsJust()) return false; in IterateElements()
Dbuiltins-object.cc217 if (!maybe.IsJust()) return isolate->heap()->exception(); in BUILTIN()
/external/v8/src/crankshaft/
Dhydrogen-representation-changes.cc34 if (res.IsJust()) new_value = res.FromJust(); in InsertRepresentationChangeForUse()
/external/v8/src/debug/
Ddebug-evaluate.cc245 DCHECK(maybe.IsJust()); in MaterializeArgumentsObject()
Ddebug-scopes.cc674 DCHECK(maybe.IsJust()); in SetContextVariableValue()
/external/v8/src/inspector/
Dv8-value-copier.cc145 if (!hasRealNamedProperty.IsJust() || !hasRealNamedProperty.FromJust()) in toProtocolValue()
/external/v8/include/
Dv8.h7646 V8_INLINE bool IsJust() const { return has_value_; } in IsJust() function
7652 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());
/external/v8/src/interpreter/
Dinterpreter.cc298 .IsJust()); in GetDispatchCountersObject()
310 .IsJust()); in GetDispatchCountersObject()

12