Searched defs:SetPrototype (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dhandles.cc178 func->SetPrototype(*value));
221 Handle<Object> SetPrototype(Handle<JSFunction> function, function in namespace:v8::internal
311 Handle<Object> SetPrototype(Handle<JSObject> obj, Handle<Object> value) { function in namespace:v8::internal
314 obj->SetPrototype(*value, skip_hidden_prototypes), Object);
H A Dapi.cc2872 bool v8::Object::SetPrototype(Handle<Value> value) { function in class:v8::v8::Object
2874 ON_BAILOUT(isolate, "v8::Object::SetPrototype()", return false);
2882 i::Handle<i::Object> result = i::SetPrototype(self, value_obj);
H A Dobjects.cc7478 MaybeObject* JSFunction::SetPrototype(Object* value) { function in class:v8::internal::JSFunction
8649 MaybeObject* JSReceiver::SetPrototype(Object* value, function in class:v8::internal::JSReceiver
/external/chromium_org/v8/src/
H A Dapi.cc3368 bool v8::Object::SetPrototype(Handle<Value> value) { function in class:v8::v8::Object
3370 ON_BAILOUT(isolate, "v8::Object::SetPrototype()", return false);
3378 i::Handle<i::Object> result = i::JSObject::SetPrototype(self, value_obj);
H A Dobjects.cc9836 void JSFunction::SetPrototype(Handle<JSFunction> function, function in class:v8::internal::JSFunction
11838 Handle<Object> JSObject::SetPrototype(Handle<JSObject> object, function in class:v8::internal::JSObject

Completed in 260 milliseconds