Searched refs:MAYBE_RETURN_NULL (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-array.cc | 342 MAYBE_RETURN_NULL(ConditionalCopy(isolate, current, object, i)); in CopyFromPrototype() 356 MAYBE_RETURN_NULL(ConditionalCopy(isolate, current, object, idx)); in CopyFromPrototype()
|
D | runtime-object.cc | 456 MAYBE_RETURN_NULL(Object::SetProperty(&it, value, language_mode, in SetObjectProperty()
|
/external/v8/src/ |
D | api-natives.cc | 117 MAYBE_RETURN_NULL( in DefineDataProperty()
|
D | objects-inl.h | 765 MAYBE_RETURN_NULL( in SetElement() 2734 MAYBE_RETURN_NULL(SetProperty(&it, value, language_mode, store_mode)); in SetPropertyOrElement()
|
D | objects.h | 1147 #define MAYBE_RETURN_NULL(call) MAYBE_RETURN(call, MaybeHandle<Object>()) macro
|
D | objects.cc | 1134 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/ |
D | ic.cc | 1429 MAYBE_RETURN_NULL( in Store()
|