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

/external/chromium_org/v8/src/
H A Dapi.cc3279 bool v8::Object::SetPrototype(Handle<Value> value) { function in class:v8::v8::Object
3281 ON_BAILOUT(isolate, "v8::Object::SetPrototype()", return false);
3290 i::JSObject::SetPrototype(self, value_obj, false);
H A Dobjects.cc9156 // prototype, which means that SetPrototype below is a no-op.
9160 JSObject::SetPrototype(clone, original_prototype, false).Assert();
9422 void JSFunction::SetPrototype(Handle<JSFunction> function, function in class:v8::internal::JSFunction
11632 MaybeHandle<Object> JSObject::SetPrototype(Handle<JSObject> object, function in class:v8::JSObject

Completed in 2364 milliseconds