Home | History | Annotate | Download | only in src

Lines Matching full:addproperty

1494 MaybeObject* JSObject::AddProperty(String* name,
1550 return AddProperty(name, value, attributes, strict_mode);
2123 return AddProperty(name, value, attributes, strict_mode);
2232 return AddProperty(name, value, attributes, kNonStrictMode);