Home | History | Annotate | Download | only in src

Lines Matching refs:SetPrototype

178                           func->SetPrototype(*value));
221 Handle<Object> SetPrototype(Handle<JSFunction> function,
311 Handle<Object> SetPrototype(Handle<JSObject> obj, Handle<Object> value) {
314 obj->SetPrototype(*value, skip_hidden_prototypes), Object);