Searched refs:SetPrototype (Results 1 – 6 of 6) sorted by relevance
407 Object* result = function->SetPrototype(prototype); in FunctionGetPrototype()427 Object* prototype = function->SetPrototype(value); in FunctionSetPrototype()
299 Handle<Object> SetPrototype(Handle<JSFunction> function,
139 CALL_HEAP_FUNCTION_VOID(func->SetPrototype(*value)); in SetPrototypeProperty()193 Handle<Object> SetPrototype(Handle<JSFunction> function, in SetPrototype() function
503 SetPrototype(object_fun, prototype); in CreateRoots()999 SetPrototype(script_fun, prototype); in InstallNatives()
3271 Object* SetPrototype(Object* value);
4729 Object* JSFunction::SetPrototype(Object* value) { in SetPrototype() function in v8::internal::JSFunction