Lines Matching refs:should_throw

195   bool should_throw = GetShouldThrow(isolate, Nothing<ShouldThrow>()) ==
215 if (is_define && should_throw) {
228 if (!is_define && should_throw) {
240 Maybe<ShouldThrow> should_throw) {
246 isolate, GetShouldThrow(isolate, should_throw),
252 isolate, GetShouldThrow(isolate, should_throw),
957 ShouldThrow should_throw =
960 JSObject::DeletePropertyWithInterceptor(it, should_throw);
1135 Maybe<ShouldThrow> should_throw) {
1138 key, desc, should_throw);
1142 key, desc, should_throw);
1146 isolate, Handle<JSTypedArray>::cast(object), key, desc, should_throw);
1151 should_throw);
1158 desc, should_throw);
1164 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) {
1168 should_throw);
1173 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) {
1186 return OrdinaryDefineOwnProperty(&it, desc, should_throw);
1276 Maybe<ShouldThrow> should_throw, Handle<Object> value) {
1293 *holder, should_throw);
1310 Maybe<ShouldThrow> should_throw, PropertyDescriptor* desc) {
1327 *holder, should_throw);
1369 Maybe<ShouldThrow> should_throw) {
1382 it, it->GetInterceptor(), should_throw, desc);
1400 isolate, it, extensible, desc, &current, should_throw, Handle<Name>());
1408 Maybe<ShouldThrow> should_throw) {
1412 isolate, nullptr, extensible, desc, current, should_throw, property_name);
1420 Maybe<ShouldThrow> should_throw, Handle<Name> property_name) {
1436 isolate, GetShouldThrow(isolate, should_throw),
1512 isolate, GetShouldThrow(isolate, should_throw),
1521 isolate, GetShouldThrow(isolate, should_throw),
1540 isolate, GetShouldThrow(isolate, should_throw),
1571 isolate, GetShouldThrow(isolate, should_throw),
1579 isolate, GetShouldThrow(isolate, should_throw),
1596 isolate, GetShouldThrow(isolate, should_throw),
1604 isolate, GetShouldThrow(isolate, should_throw),
1647 should_throw);
1679 Maybe<ShouldThrow> should_throw) {
1682 return CreateDataProperty(&it, value, should_throw);
1688 Maybe<ShouldThrow> should_throw) {
1694 return JSObject::CreateDataProperty(it, value, should_throw); // Shortcut.
1704 &new_desc, should_throw);
1710 Maybe<ShouldThrow> should_throw) {
1724 symbol, &new_desc, should_throw);
1746 return Object::TransitionAndWriteDataProperty(it, value, NONE, should_throw,
1893 ShouldThrow should_throw) {
1908 should_throw);
1911 should_throw);
1918 MAYBE_RETURN(JSReceiver::PreventExtensions(receiver, should_throw),
2006 ShouldThrow should_throw) {
2009 should_throw);
2013 should_throw);
2259 ShouldThrow should_throw) {
2262 from_javascript, should_throw);
2265 from_javascript, should_throw);
2631 LookupIterator* it, Handle<Object> value, Maybe<ShouldThrow> should_throw) {
2638 return Object::SetPropertyWithAccessor(it, value, should_throw);
2642 it, interceptor, should_throw, value);
3365 LookupIterator* it, Maybe<ShouldThrow> should_throw, Handle<Object> value) {
3368 should_throw, value);
3510 Maybe<ShouldThrow> should_throw, AccessorInfoHandling handling,
3546 it, it->GetInterceptor(), should_throw, &descriptor);
3551 JSObject::SetPropertyWithInterceptor(it, should_throw, value);
3559 it->isolate(), it, value, should_throw);
3574 &own_lookup, value, attributes, should_throw, handling, semantics,
3594 return Object::SetPropertyWithAccessor(it, value, should_throw);
3602 it->isolate(), it->GetName(), value, should_throw);
3623 return Object::AddDataProperty(it, value, attributes, should_throw,
3949 ShouldThrow should_throw) {
3968 *holder, Just(should_throw));
3986 Maybe<ShouldThrow> should_throw) {
3993 JSReceiver::CheckIfCanDefine(isolate, it, value, should_throw);
4107 ShouldThrow should_throw) {
4111 return PreventExtensionsWithTransition<NONE>(object, should_throw);
4118 RETURN_FAILURE(isolate, should_throw,
4129 should_throw);
4134 RETURN_FAILURE(isolate, should_throw,
4230 Handle<JSObject> object, ShouldThrow should_throw) {
4243 RETURN_FAILURE(isolate, should_throw,
4264 PrototypeIterator::GetCurrent<JSObject>(iter), should_throw);
4283 RETURN_FAILURE(isolate, should_throw, NewTypeError(message));
4978 ShouldThrow should_throw) {
4988 RETURN_FAILURE(isolate, should_throw,
5022 isolate, should_throw,
5034 RETURN_FAILURE(isolate, should_throw,
5047 RETURN_FAILURE(isolate, should_throw,