Home | History | Annotate | Download | only in src

Lines Matching refs:SetProperty

149         result = copy->SetProperty(key_string, result, NONE);
286 result = SetProperty(boilerplate, name, value, NONE);
298 result = SetProperty(boilerplate, name, value, NONE);
485 value = JSObject::cast(object)->SetProperty(key, value, DONT_DELETE);
781 // SetProperty.
820 SetProperty(global, name, value, attributes);
826 // SetProperty). Also, we must use the handle-based version to
884 SetProperty(context_ext, name, initial_value, mode);
911 SetProperty(context_ext, name, value, mode);
941 // SetProperty). We have IgnoreAttributesAndSetLocalProperty for
989 return real_holder->SetProperty(&lookup, *name, value, attributes);
1031 // prototype chain (this rules out using SetProperty).
1065 global->SetProperty(*name, *value, attributes);
1146 SetProperty(global, name, value, NONE);
1183 Handle<Object> set = SetProperty(context_ext, name, value, attributes);
3022 // overridden and SetProperty does not allow this.
3076 result = SetProperty(js_object, key_string, value, attr);
3091 return js_object->SetProperty(*name, *value, attr);
5284 Handle<Object> set = SetProperty(context_ext, name, value, attributes);
5287 // handle-based methods such as SetProperty. We therefore need
6750 SetProperty(scope_object,
6771 SetProperty(local_scope,
6778 SetProperty(local_scope,
6800 SetProperty(local_scope, key, GetProperty(ext, key), NONE);
6831 SetProperty(closure_scope,
6849 SetProperty(closure_scope, key, GetProperty(ext, key), NONE);
7177 frame_value->SetProperty(
7191 frame_value->SetProperty(*text_str, *frame_text, NONE);