Home
last modified time | relevance | path

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

/external/v8/src/objects/
Djs-function.cc394 void JSFunction::SetPrototype(Handle<JSFunction> function, in SetPrototype() function in v8::internal::JSFunction
Djs-objects.cc2051 Maybe<bool> JSReceiver::SetPrototype(Handle<JSReceiver> object, in SetPrototype() function in v8::internal::JSReceiver
4620 Maybe<bool> JSObject::SetPrototype(Handle<JSObject> object, in SetPrototype() function in v8::internal::JSObject
Dmap.cc2673 void Map::SetPrototype(Isolate* isolate, Handle<Map> map, in SetPrototype() function in v8::internal::Map
Dobjects.cc5011 Maybe<bool> JSProxy::SetPrototype(Handle<JSProxy> proxy, Handle<Object> value, in SetPrototype() function in v8::internal::JSProxy
/external/v8/src/api/
Dapi.cc4381 Maybe<bool> v8::Object::SetPrototype(Local<Context> context, in SetPrototype() function in v8::v8::Object