Home
last modified time | relevance | path

Searched refs:IsNothing (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dproperty-descriptor.cc25 if (has_property.IsNothing()) return false; in GetPropertyIfPresent()
Dcontexts.cc287 if (found.IsNothing()) { in Lookup()
Dapi.cc3498 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 …]
Dbootstrapper.cc675 .IsNothing()) { in GetThrowTypeErrorIntrinsic()
687 .IsNothing()) { in GetThrowTypeErrorIntrinsic()
Dobjects.cc1292 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()
Dbuiltins.cc1499 if (found.IsNothing()) return isolate->heap()->exception(); in BUILTIN()
Dobjects.h1039 if ((call).IsNothing()) return value; \
/external/v8/src/compiler/
Dbranch-elimination.cc225 DCHECK(LookupCondition(condition).IsNothing()); in AddCondition()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp663 if (pArray->Set(pIsolate->GetCurrentContext(), index, pValue).IsNothing()) in FXJS_PutArrayElement()
/external/v8/src/runtime/
Druntime-scopes.cc948 .IsNothing()) { in RUNTIME_FUNCTION()
/external/v8/test/cctest/
Dtest-api.cc5038 .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 …]
/external/v8/src/parsing/
Dparser-base.h1201 if (flags.IsNothing()) { in ParseRegExpLiteral()
/external/v8/include/
Dv8.h6469 V8_INLINE bool IsNothing() const { return !has_value; } in IsNothing() function