Searched refs:MAYBE_RETURN_NULL (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
D | ic.cc | 1822 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/ |
D | runtime-object.cc | 583 MAYBE_RETURN_NULL( in SetObjectProperty() 612 MAYBE_RETURN_NULL( in DefineObjectOwnProperty() 615 MAYBE_RETURN_NULL( in DefineObjectOwnProperty()
|
/third_party/node/deps/v8/src/objects/ |
D | objects-inl.h | 657 MAYBE_RETURN_NULL( in SetElement() 1103 MAYBE_RETURN_NULL(SetProperty(&it, value, store_origin, should_throw)); in SetPropertyOrElement()
|
D | elements.cc | 2224 MAYBE_RETURN_NULL(Subclass::GrowCapacityAndConvertImpl( in FillImpl() 2414 MAYBE_RETURN_NULL( in RemoveElement() 5160 MAYBE_RETURN_NULL(JSArray::SetLength(array, length)); in ArrayConstructInitializeElements()
|
D | objects.cc | 1249 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()
|
D | value-serializer.cc | 2530 MAYBE_RETURN_NULL(JSArray::SetLength(js_array, length)); in ReadObjectUsingEntireBufferForLegacyFormat()
|
D | js-objects.cc | 3502 MAYBE_RETURN_NULL(DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes()
|
/third_party/node/deps/v8/src/api/ |
D | api-natives.cc | 128 MAYBE_RETURN_NULL(Object::AddDataProperty(&it, value, attributes, in DefineDataProperty()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-array.cc | 177 MAYBE_RETURN_NULL( in SetLengthProperty()
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.h | 383 #define MAYBE_RETURN_NULL(call) MAYBE_RETURN(call, MaybeHandle<Object>()) macro
|