Lines Matching refs:should_throw
1198 ShouldThrow should_throw) { in SetPropertyWithAccessor() argument
1239 receiver, Handle<JSReceiver>::cast(setter), value, should_throw); in SetPropertyWithAccessor()
1242 RETURN_FAILURE(isolate, should_throw, in SetPropertyWithAccessor()
1274 ShouldThrow should_throw) { in SetPropertyWithDefinedSetter() argument
1382 LookupIterator* it, Handle<Object> value, ShouldThrow should_throw) { in SetPropertyWithFailedAccessCheck() argument
1385 return SetPropertyWithAccessor(it, value, should_throw); in SetPropertyWithFailedAccessCheck()
4065 ShouldThrow should_throw = in SetPropertyInternal() local
4085 should_throw); in SetPropertyInternal()
4101 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal()
4108 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal()
4117 return SetPropertyWithAccessor(it, value, should_throw); in SetPropertyInternal()
4125 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal()
4158 ShouldThrow should_throw = in SetProperty() local
4161 RETURN_FAILURE(it->isolate(), should_throw, in SetProperty()
4168 return AddDataProperty(it, value, NONE, should_throw, store_mode); in SetProperty()
4175 ShouldThrow should_throw = in SetSuperProperty() local
4179 RETURN_FAILURE(isolate, should_throw, in SetSuperProperty()
4192 return WriteToReadOnlyProperty(it, value, should_throw); in SetSuperProperty()
4206 should_throw); in SetSuperProperty()
4213 should_throw); in SetSuperProperty()
4218 return WriteToReadOnlyProperty(&own_lookup, value, should_throw); in SetSuperProperty()
4231 should_throw); in SetSuperProperty()
4236 should_throw); in SetSuperProperty()
4242 &value_desc, should_throw); in SetSuperProperty()
4251 return JSObject::AddDataProperty(&own_lookup, value, NONE, should_throw, in SetSuperProperty()
4285 ShouldThrow should_throw) { in CannotCreateProperty() argument
4287 isolate, should_throw, in CannotCreateProperty()
4295 ShouldThrow should_throw) { in WriteToReadOnlyProperty() argument
4297 it->GetName(), value, should_throw); in WriteToReadOnlyProperty()
4305 ShouldThrow should_throw) { in WriteToReadOnlyProperty() argument
4306 RETURN_FAILURE(isolate, should_throw, in WriteToReadOnlyProperty()
4315 ShouldThrow should_throw) { in RedefineIncompatibleProperty() argument
4316 RETURN_FAILURE(isolate, should_throw, in RedefineIncompatibleProperty()
4428 ShouldThrow should_throw, in AddDataProperty() argument
4433 value, should_throw); in AddDataProperty()
4449 isolate, should_throw, in AddDataProperty()
4457 RETURN_FAILURE(array->GetIsolate(), should_throw, in AddDataProperty()
4474 attributes, should_throw); in AddDataProperty()
4921 ShouldThrow should_throw = in SetProperty() local
4949 RETURN_FAILURE(isolate, should_throw, in SetProperty()
4986 ShouldThrow should_throw = in DeletePropertyOrElement() local
5015 RETURN_FAILURE(isolate, should_throw, in DeletePropertyOrElement()
5229 ShouldThrow should_throw, ExecutableAccessorInfoHandling handling) { in DefineOwnPropertyIgnoreAttributes() argument
5277 JSObject::SetPropertyWithAccessor(it, value, should_throw); in DefineOwnPropertyIgnoreAttributes()
5310 should_throw); in DefineOwnPropertyIgnoreAttributes()
5324 value, should_throw); in DefineOwnPropertyIgnoreAttributes()
5346 return AddDataProperty(it, value, attributes, should_throw, in DefineOwnPropertyIgnoreAttributes()
6475 ShouldThrow should_throw) { in DefineOwnProperty() argument
6478 key, desc, should_throw); in DefineOwnProperty()
6482 key, desc, should_throw); in DefineOwnProperty()
6491 desc, should_throw); in DefineOwnProperty()
6500 ShouldThrow should_throw) { in OrdinaryDefineOwnProperty() argument
6517 return OrdinaryDefineOwnProperty(&it, desc, should_throw); in OrdinaryDefineOwnProperty()
6525 ShouldThrow should_throw) { in OrdinaryDefineOwnProperty() argument
6542 ¤t, should_throw); in OrdinaryDefineOwnProperty()
6551 ShouldThrow should_throw) { in IsCompatiblePropertyDescriptor() argument
6555 isolate, NULL, extensible, desc, current, should_throw, property_name); in IsCompatiblePropertyDescriptor()
6564 ShouldThrow should_throw, Handle<Name> property_name) { in ValidateAndApplyPropertyDescriptor() argument
6579 RETURN_FAILURE(isolate, should_throw, in ValidateAndApplyPropertyDescriptor()
6655 RETURN_FAILURE(isolate, should_throw, in ValidateAndApplyPropertyDescriptor()
6663 RETURN_FAILURE(isolate, should_throw, in ValidateAndApplyPropertyDescriptor()
6680 RETURN_FAILURE(isolate, should_throw, in ValidateAndApplyPropertyDescriptor()
6710 RETURN_FAILURE(isolate, should_throw, in ValidateAndApplyPropertyDescriptor()
6718 isolate, should_throw, in ValidateAndApplyPropertyDescriptor()
6728 isolate, should_throw, in ValidateAndApplyPropertyDescriptor()
6745 isolate, should_throw, in ValidateAndApplyPropertyDescriptor()
6753 isolate, should_throw, in ValidateAndApplyPropertyDescriptor()
6828 ShouldThrow should_throw) { in CreateDataProperty() argument
6844 &new_desc, should_throw); in CreateDataProperty()
6889 ShouldThrow should_throw) { in DefineOwnProperty() argument
6895 return ArraySetLength(isolate, o, desc, should_throw); in DefineOwnProperty()
6917 RETURN_FAILURE(isolate, should_throw, in DefineOwnProperty()
6922 OrdinaryDefineOwnProperty(isolate, o, name, desc, should_throw); in DefineOwnProperty()
6935 &old_len_desc, should_throw); in DefineOwnProperty()
6945 return OrdinaryDefineOwnProperty(isolate, o, name, desc, should_throw); in DefineOwnProperty()
6990 ShouldThrow should_throw) { in ArraySetLength() argument
6995 isolate, a, isolate->factory()->length_string(), desc, should_throw); in ArraySetLength()
7025 new_len_desc, should_throw); in ArraySetLength()
7029 RETURN_FAILURE(isolate, should_throw, in ArraySetLength()
7057 should_throw); in ArraySetLength()
7067 isolate, should_throw, in ArraySetLength()
7081 ShouldThrow should_throw) { in DefineOwnProperty() argument
7085 should_throw); in DefineOwnProperty()
7111 should_throw); in DefineOwnProperty()
7131 RETURN_FAILURE(isolate, should_throw, in DefineOwnProperty()
7193 ShouldThrow should_throw) { in AddPrivateProperty() argument
7197 RETURN_FAILURE(isolate, should_throw, in AddPrivateProperty()
7549 ShouldThrow should_throw) { in SetIntegrityLevel() argument
7559 should_throw); in SetIntegrityLevel()
7562 should_throw); in SetIntegrityLevel()
7569 MAYBE_RETURN(JSReceiver::PreventExtensions(receiver, should_throw), in SetIntegrityLevel()
7646 ShouldThrow should_throw) { in PreventExtensions() argument
7649 should_throw); in PreventExtensions()
7653 should_throw); in PreventExtensions()
7658 ShouldThrow should_throw) { in PreventExtensions() argument
7676 return JSReceiver::PreventExtensions(target, should_throw); in PreventExtensions()
7687 isolate, should_throw, in PreventExtensions()
7704 ShouldThrow should_throw) { in PreventExtensions() argument
7708 return PreventExtensionsWithTransition<NONE>(object, should_throw); in PreventExtensions()
7715 RETURN_FAILURE(isolate, should_throw, in PreventExtensions()
7726 should_throw); in PreventExtensions()
7850 Handle<JSObject> object, ShouldThrow should_throw) { in PreventExtensionsWithTransition() argument
7862 RETURN_FAILURE(isolate, should_throw, in PreventExtensionsWithTransition()
7873 PrototypeIterator::GetCurrent<JSObject>(iter), should_throw); in PreventExtensionsWithTransition()
15480 ShouldThrow should_throw) { in SetPrototype() argument
15483 from_javascript, should_throw); in SetPrototype()
15486 from_javascript, should_throw); in SetPrototype()
15494 ShouldThrow should_throw) { in SetPrototype() argument
15520 should_throw); in SetPrototype()
15537 isolate, should_throw, in SetPrototype()
15555 isolate, should_throw, in SetPrototype()
15562 ShouldThrow should_throw) { in SetPrototype() argument
15574 SetPrototypeUnobserved(object, value, from_javascript, should_throw); in SetPrototype()
15598 ShouldThrow should_throw) { in SetPrototypeUnobserved() argument
15610 RETURN_FAILURE(isolate, should_throw, in SetPrototypeUnobserved()
15620 RETURN_FAILURE(isolate, should_throw, in SetPrototypeUnobserved()
15659 RETURN_FAILURE(isolate, should_throw, in SetPrototypeUnobserved()
15671 RETURN_FAILURE(isolate, should_throw, in SetPrototypeUnobserved()
15831 ShouldThrow should_throw) { in AddDataElement() argument