Home
last modified time | relevance | path

Searched refs:SetPrototypeProperty (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dhandles.h328 void SetPrototypeProperty(Handle<JSFunction> func, Handle<JSObject> value);
Dhandles.cc176 void SetPrototypeProperty(Handle<JSFunction> func, Handle<JSObject> value) { in SetPrototypeProperty() function
Dfactory.cc659 SetPrototypeProperty(function, prototype); in NewFunctionWithPrototype()