Home
last modified time | relevance | path

Searched defs:SetPrototype (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dobjects.cc9422 void JSFunction::SetPrototype(Handle<JSFunction> function, in SetPrototype() function in v8::internal::JSFunction
11632 MaybeHandle<Object> JSObject::SetPrototype(Handle<JSObject> object, in SetPrototype() function in v8::internal::JSObject
Dapi.cc3279 bool v8::Object::SetPrototype(Handle<Value> value) { in SetPrototype() function in v8::v8::Object
/external/chromium_org/v8/test/cctest/
Dtest-api.cc10365 THREADED_TEST(SetPrototype) { in THREADED_TEST() argument