Lines Matching refs:property
153 property_not_function: "Property '%0' of object %1 is not a function",
157 non_object_property_load: "Cannot read property '%0' of %1",
158 non_object_property_store: "Cannot set property '%0' of %1",
162 no_setter_in_callback: "Cannot set property %0 of %1 which has only a getter",
172 value_and_accessor: "Invalid property. A property cannot both have accessors and be writable or have a value: %0",
174 property_desc_object: "Property description must be an object: %0",
175 redefine_disallowed: "Cannot redefine property: %0",
176 define_disallowed: "Cannot define property, object is not extensible: %0",
595 // Defines accessors for a property that is calculated the first time
596 // the property is read.
673 // See if we can find a unique property on the receiver that holds