Home
last modified time | relevance | path

Searched refs:SetPrototype (Results 1 – 6 of 6) sorted by relevance

/external/webkit/V8Binding/v8/src/
Daccessors.cc407 Object* result = function->SetPrototype(prototype); in FunctionGetPrototype()
427 Object* prototype = function->SetPrototype(value); in FunctionSetPrototype()
Dhandles.h299 Handle<Object> SetPrototype(Handle<JSFunction> function,
Dhandles.cc139 CALL_HEAP_FUNCTION_VOID(func->SetPrototype(*value)); in SetPrototypeProperty()
193 Handle<Object> SetPrototype(Handle<JSFunction> function, in SetPrototype() function
Dbootstrapper.cc503 SetPrototype(object_fun, prototype); in CreateRoots()
999 SetPrototype(script_fun, prototype); in InstallNatives()
Dobjects.h3271 Object* SetPrototype(Object* value);
Dobjects.cc4729 Object* JSFunction::SetPrototype(Object* value) { in SetPrototype() function in v8::internal::JSFunction