Searched refs:SetPrototypeProperty (Results 1 – 3 of 3) sorted by relevance
328 void SetPrototypeProperty(Handle<JSFunction> func, Handle<JSObject> value);
176 void SetPrototypeProperty(Handle<JSFunction> func, Handle<JSObject> value) { in SetPrototypeProperty() function
659 SetPrototypeProperty(function, prototype); in NewFunctionWithPrototype()