Lines Matching defs:mayThrow

808                                  const JSHandle<JSTaggedValue> &value, bool mayThrow)
817 return SetProperty(&op, value, mayThrow);
845 const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow)
852 return SetProperty(&op, value, mayThrow);
856 const JSHandle<JSTaggedValue> &value, bool mayThrow)
862 return SetProperty(&op, value, mayThrow);
866 const JSHandle<JSTaggedValue> &value, bool mayThrow, SCheckMode sCheckMode)
872 return JSSharedArray::SetProperty(thread, obj, key, value, mayThrow, sCheckMode);
876 return SetProperty(&op, value, mayThrow);
880 const JSHandle<JSTaggedValue> &value, bool mayThrow)
885 return SetProperty(&op, value, mayThrow);
919 JSHandle<JSTaggedValue> &receiver, bool mayThrow, bool isInternalAccessor)
923 if (mayThrow) {
930 if (mayThrow) {
937 if (mayThrow) {
968 if (mayThrow) {
975 if (mayThrow) {
980 isSuccess = op->UpdateDataValue(JSHandle<JSObject>(receiver), value, isInternalAccessor, mayThrow);
986 if (mayThrow) {
1002 bool JSObject::SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow)
1012 return JSProxy::SetProperty(thread, JSHandle<JSProxy>::Cast(holder), key, value, receiver, mayThrow);
1014 return JSProxy::SetProperty(thread, JSHandle<JSProxy>::Cast(holder), op->GetKey(), value, receiver, mayThrow);
1030 return SetPropertyForDataDescriptor(op, value, receiver, mayThrow, isInternalAccessor);
1037 return CallSetter(thread, *accessor, receiver, value, mayThrow);
1041 const JSHandle<JSTaggedValue> &value, bool mayThrow)
1044 return accessor.CallInternalSet(thread, JSHandle<JSObject>::Cast(receiver), value, mayThrow);
1049 if (mayThrow) {