Lines Matching defs:attributes
100 // If the existing property is not configurable, keep its attributes. Do
214 // Compute the property attributes. According to ECMA-262,
251 PropertyAttributes attributes;
256 Context::Lookup(context, name, DONT_FOLLOW_CHAINS, &index, &attributes,
263 if (attributes != ABSENT && holder->IsJSGlobalObject()) {
282 if (attributes != ABSENT) {
283 DCHECK_EQ(NONE, attributes);
631 PropertyAttributes attributes;
636 &attributes, &flag, &mode);
668 PropertyAttributes attributes;
673 &attributes, &flag, &mode);
768 PropertyAttributes attributes;
773 Context::Lookup(context, name, context_lookup_flags, &index, &attributes,
779 if ((attributes & READ_ONLY) == 0) {
796 if ((attributes & READ_ONLY) == 0) {
809 if (attributes != ABSENT) {