Searched refs:IsNothing (Results 1 – 13 of 13) sorted by relevance
25 if (has_property.IsNothing()) return false; in GetPropertyIfPresent()
287 if (found.IsNothing()) { in Lookup()
3498 has_pending_exception = result.IsNothing(); in CreateDataProperty()3515 has_pending_exception = result.IsNothing(); in CreateDataProperty()3662 has_pending_exception = result.IsNothing(); in GetPropertyAttributes()3688 has_pending_exception = found.IsNothing(); in GetOwnPropertyDescriptor()3721 has_pending_exception = result.IsNothing(); in SetPrototype()3827 has_pending_exception = result.IsNothing(); in Delete()3861 has_pending_exception = maybe.IsNothing(); in Has()3883 has_pending_exception = result.IsNothing(); in Delete()3899 has_pending_exception = maybe.IsNothing(); in Has()3994 has_pending_exception = result.IsNothing(); in HasOwnProperty()[all …]
675 .IsNothing()) { in GetThrowTypeErrorIntrinsic()687 .IsNothing()) { in GetThrowTypeErrorIntrinsic()
1292 DCHECK(!has_stack_trace.IsNothing()); in IsErrorObject()4094 if (result.IsNothing() || result.FromJust()) return result; in SetPropertyInternal()5261 if (result.IsNothing() || result.FromJust()) return result; in DefineOwnPropertyIgnoreAttributes()5278 if (result.IsNothing() || !result.FromJust()) return result; in DefineOwnPropertyIgnoreAttributes()6926 if (succeeded.IsNothing() || !succeeded.FromJust()) return succeeded; in DefineOwnProperty()15532 if (is_extensible.IsNothing()) return Nothing<bool>(); in SetPrototype()
1499 if (found.IsNothing()) return isolate->heap()->exception(); in BUILTIN()
1039 if ((call).IsNothing()) return value; \
225 DCHECK(LookupCondition(condition).IsNothing()); in AddCondition()
663 if (pArray->Set(pIsolate->GetCurrentContext(), index, pValue).IsNothing()) in FXJS_PutArrayElement()
948 .IsNothing()) { in RUNTIME_FUNCTION()
5038 .IsNothing()); in THREADED_TEST()5545 CHECK(obj->Int32Value(env.local()).IsNothing()); in THREADED_TEST()5548 CHECK(obj->Uint32Value(env.local()).IsNothing()); in THREADED_TEST()5551 CHECK(obj->NumberValue(env.local()).IsNothing()); in THREADED_TEST()5554 CHECK(obj->IntegerValue(env.local()).IsNothing()); in THREADED_TEST()6501 .IsNothing()); in THREADED_TEST()6505 .IsNothing()); in THREADED_TEST()6542 .IsNothing()); in THREADED_TEST()6546 .IsNothing()); in THREADED_TEST()10914 CHECK(o1->SetPrototype(context.local(), o0).IsNothing()); in THREADED_TEST()[all …]
1201 if (flags.IsNothing()) { in ParseRegExpLiteral()
6469 V8_INLINE bool IsNothing() const { return !has_value; } in IsNothing() function