Home | History | Annotate | Download | only in src

Lines Matching refs:AddProperty

1709 MaybeObject* JSObject::AddProperty(String* name,
1773 return AddProperty(name, value, attributes, strict_mode);
2146 return self->AddProperty(*hname, *hvalue, attributes, strict_mode);
2931 return AddProperty(name, value, attributes, strict_mode);
3059 return AddProperty(name, value, attributes, kNonStrictMode);