Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dic.cc1822 MAYBE_RETURN_NULL( in Store()
1825 MAYBE_RETURN_NULL(Object::SetProperty(&it, value, StoreOrigin::kNamed)); in Store()
1901 MAYBE_RETURN_NULL( in Store()
1904 MAYBE_RETURN_NULL(DefineOwnDataProperty( in Store()
1908 MAYBE_RETURN_NULL(Object::SetProperty(&it, value, store_origin)); in Store()
2643 MAYBE_RETURN_NULL(StoreOwnElement(isolate(), array, index, value)); in Store()
2658 MAYBE_RETURN_NULL(StoreOwnElement(isolate(), array, index, value)); in Store()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc583 MAYBE_RETURN_NULL( in SetObjectProperty()
612 MAYBE_RETURN_NULL( in DefineObjectOwnProperty()
615 MAYBE_RETURN_NULL( in DefineObjectOwnProperty()
/third_party/node/deps/v8/src/objects/
Dobjects-inl.h657 MAYBE_RETURN_NULL( in SetElement()
1103 MAYBE_RETURN_NULL(SetProperty(&it, value, store_origin, should_throw)); in SetPropertyOrElement()
Delements.cc2224 MAYBE_RETURN_NULL(Subclass::GrowCapacityAndConvertImpl( in FillImpl()
2414 MAYBE_RETURN_NULL( in RemoveElement()
5160 MAYBE_RETURN_NULL(JSArray::SetLength(array, length)); in ArrayConstructInitializeElements()
Dobjects.cc1249 MAYBE_RETURN_NULL(target_found); in CheckGetSetTrapResult()
1686 MAYBE_RETURN_NULL(is_array); in ArraySpeciesConstructor()
2472 MAYBE_RETURN_NULL(SetProperty(&it, value, store_origin, should_throw)); in SetProperty()
Dvalue-serializer.cc2530 MAYBE_RETURN_NULL(JSArray::SetLength(js_array, length)); in ReadObjectUsingEntireBufferForLegacyFormat()
Djs-objects.cc3502 MAYBE_RETURN_NULL(DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes()
/third_party/node/deps/v8/src/api/
Dapi-natives.cc128 MAYBE_RETURN_NULL(Object::AddDataProperty(&it, value, attributes, in DefineDataProperty()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc177 MAYBE_RETURN_NULL( in SetLengthProperty()
/third_party/node/deps/v8/src/execution/
Disolate.h383 #define MAYBE_RETURN_NULL(call) MAYBE_RETURN(call, MaybeHandle<Object>()) macro