Lines Matching refs:should_throw

137 ShouldThrow GetShouldThrow(Isolate* isolate, Maybe<ShouldThrow> should_throw) {
138 if (should_throw.IsJust()) return should_throw.FromJust();
1610 Maybe<ShouldThrow> should_throw) {
2470 Maybe<ShouldThrow> should_throw) {
2472 MAYBE_RETURN_NULL(SetProperty(&it, value, store_origin, should_throw));
2478 Maybe<ShouldThrow> should_throw,
2497 should_throw);
2508 value, receiver, should_throw);
2514 JSObject::SetPropertyWithInterceptor(it, should_throw, value);
2527 return WriteToReadOnlyProperty(it, value, should_throw);
2543 return Object::SetSuperProperty(it, value, store_origin, should_throw);
2548 return WriteToReadOnlyProperty(it, value, should_throw);
2557 return SetPropertyWithAccessor(it, value, should_throw);
2589 return WriteToReadOnlyProperty(it, value, should_throw);
2607 LookupIterator* it, Maybe<ShouldThrow> should_throw) {
2611 (GetShouldThrow(isolate, should_throw) == ShouldThrow::kThrowOnError)) {
2628 Maybe<ShouldThrow> should_throw) {
2632 SetPropertyInternal(it, value, should_throw, store_origin, &found);
2636 if (!CheckContextualStoreToJSGlobalObject(it, should_throw)) {
2639 return AddDataProperty(it, value, NONE, should_throw, store_origin);
2644 Maybe<ShouldThrow> should_throw) {
2650 SetPropertyInternal(it, value, should_throw, store_origin, &found);
2660 return WriteToReadOnlyProperty(it, value, should_throw);
2676 should_throw);
2683 return WriteToReadOnlyProperty(&own_lookup, value, should_throw);
2686 should_throw);
2691 should_throw);
2695 return WriteToReadOnlyProperty(&own_lookup, value, should_throw);
2708 should_throw)) {
2712 should_throw);
2717 should_throw);
2723 &value_desc, should_throw);
2732 if (!CheckContextualStoreToJSGlobalObject(&own_lookup, should_throw)) {
2735 return AddDataProperty(&own_lookup, value, NONE, should_throw, store_origin);
2742 Maybe<ShouldThrow> should_throw) {
2744 isolate, GetShouldThrow(isolate, should_throw),
2752 ShouldThrow should_throw = GetShouldThrow(it->isolate(), maybe_should_throw);
2757 should_throw == kThrowOnError
2763 it->GetName(), value, should_throw);
2770 ShouldThrow should_throw) {
2771 RETURN_FAILURE(isolate, should_throw,
2778 Maybe<ShouldThrow> should_throw) {
2779 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw),
2865 Maybe<ShouldThrow> should_throw,
2870 value, should_throw);
2877 RETURN_FAILURE(it->isolate(), GetShouldThrow(it->isolate(), should_throw),
2895 RETURN_FAILURE(isolate, GetShouldThrow(it->isolate(), should_throw),
2906 RETURN_FAILURE(isolate, GetShouldThrow(it->isolate(), should_throw),
2922 should_throw, store_origin);
2928 Maybe<ShouldThrow> should_throw, StoreOrigin store_origin) {
3131 Maybe<ShouldThrow> should_throw) {
3154 should_throw);
3164 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw),
3182 ShouldThrow should_throw =
3211 RETURN_FAILURE(isolate, should_throw,
3290 Maybe<ShouldThrow> should_throw) {
3296 return ArraySetLength(isolate, o, desc, should_throw);
3318 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw),
3323 OrdinaryDefineOwnProperty(isolate, o, name, desc, should_throw);
3325 // In our case, if should_throw == kThrowOnError, it can be!
3336 &old_len_desc, should_throw);
3346 return OrdinaryDefineOwnProperty(isolate, o, name, desc, should_throw);
3389 Maybe<ShouldThrow> should_throw) {
3394 isolate, a, isolate->factory()->length_string(), desc, should_throw);
3424 new_len_desc, should_throw);
3435 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw),
3460 &readonly, should_throw);
3470 isolate, GetShouldThrow(isolate, should_throw),
3483 Maybe<ShouldThrow> should_throw) {
3488 desc, should_throw);
3514 should_throw);
3534 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw),
3609 Maybe<ShouldThrow> should_throw) {
3613 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw),
3780 ShouldThrow should_throw) {
3798 return JSReceiver::PreventExtensions(target, should_throw);
3809 isolate, should_throw,
5175 ShouldThrow should_throw) {
5200 should_throw);
5213 isolate, should_throw,
5223 isolate, should_throw,