Home
last modified time | relevance | path

Searched refs:MAYBE_RETURN_NULL (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/runtime/
Druntime-array.cc342 MAYBE_RETURN_NULL(ConditionalCopy(isolate, current, object, i)); in CopyFromPrototype()
356 MAYBE_RETURN_NULL(ConditionalCopy(isolate, current, object, idx)); in CopyFromPrototype()
Druntime-object.cc456 MAYBE_RETURN_NULL(Object::SetProperty(&it, value, language_mode, in SetObjectProperty()
/external/v8/src/
Dapi-natives.cc117 MAYBE_RETURN_NULL( in DefineDataProperty()
Dobjects-inl.h765 MAYBE_RETURN_NULL( in SetElement()
2734 MAYBE_RETURN_NULL(SetProperty(&it, value, language_mode, store_mode)); in SetPropertyOrElement()
Dobjects.h1147 #define MAYBE_RETURN_NULL(call) MAYBE_RETURN(call, MaybeHandle<Object>()) macro
Dobjects.cc1134 MAYBE_RETURN_NULL(target_found); in CheckGetSetTrapResult()
1515 MAYBE_RETURN_NULL(is_extensible); in GetPrototype()
2387 MAYBE_RETURN_NULL(is_array); in ArraySpeciesConstructor()
4993 MAYBE_RETURN_NULL(SetProperty(&it, value, language_mode, store_mode)); in SetProperty()
6240 MAYBE_RETURN_NULL(DefineOwnPropertyIgnoreAttributes(it, value, attributes, in DefineOwnPropertyIgnoreAttributes()
/external/v8/src/ic/
Dic.cc1429 MAYBE_RETURN_NULL( in Store()