Lines Matching defs:attributes
4451 v8::PropertyAttribute attributes) {
4458 desc.set_writable(!(attributes & v8::ReadOnly));
4459 desc.set_enumerable(!(attributes & v8::DontEnum));
4460 desc.set_configurable(!(attributes & v8::DontDelete));
4811 PropertyAttribute attributes, bool is_special_data_property,
4831 i::PropertyAttributes attrs = static_cast<i::PropertyAttributes>(attributes);
4878 v8::Local<Value> data, PropertyAttribute attributes,
4882 attributes, true, false, getter_side_effect_type,
4889 PropertyAttribute attributes, SideEffectType getter_side_effect_type,
4893 data, DEFAULT, attributes, true, true,