Home | History | Annotate | Download | only in src

Lines Matching refs:THROW_ON_ERROR

2079           JSObject::CreateDataProperty(&it, prop_value, Object::THROW_ON_ERROR)
2141 Object::THROW_ON_ERROR)
4243 is_sloppy(language_mode) ? DONT_THROW : THROW_ON_ERROR;
4341 is_sloppy(language_mode) ? DONT_THROW : THROW_ON_ERROR;
4364 is_sloppy(language_mode) ? DONT_THROW : THROW_ON_ERROR;
5043 is_sloppy(language_mode) ? DONT_THROW : THROW_ON_ERROR;
5108 is_sloppy(language_mode) ? DONT_THROW : THROW_ON_ERROR;
5357 CHECK(AddDataProperty(&it, value, attributes, THROW_ON_ERROR,
5371 it, value, attributes, THROW_ON_ERROR, handling));
5859 CHECK(AddDataProperty(&it, handle(hash, isolate), NONE, THROW_ON_ERROR,
5983 is_sloppy(language_mode) ? DONT_THROW : THROW_ON_ERROR;
6067 isolate, Handle<JSReceiver>::cast(object), key, &desc, THROW_ON_ERROR);
6144 desc->name(), desc, THROW_ON_ERROR);
6623 // In our case, if should_throw == THROW_ON_ERROR, it can be!
7351 DefineOwnProperty(isolate, receiver, key, &no_conf, THROW_ON_ERROR),
7369 DefineOwnProperty(isolate, receiver, key, &desc, THROW_ON_ERROR),
15357 AddDataElement(object, index, value, attributes, THROW_ON_ERROR));
20103 JSObject::PreventExtensions(ns, THROW_ON_ERROR).ToChecked();