Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc12956 void Map::SetPrototype(Isolate* isolate, Handle<Map> map, in SetPrototype() function in v8::internal::Map
13068 void JSFunction::SetPrototype(Handle<JSFunction> function, in SetPrototype() function in v8::internal::JSFunction
15438 Maybe<bool> JSReceiver::SetPrototype(Handle<JSReceiver> object, in SetPrototype() function in v8::internal::JSReceiver
15452 Maybe<bool> JSProxy::SetPrototype(Handle<JSProxy> proxy, Handle<Object> value, in SetPrototype() function in v8::internal::JSProxy
15522 Maybe<bool> JSObject::SetPrototype(Handle<JSObject> object, in SetPrototype() function in v8::internal::JSObject
Dapi.cc4435 Maybe<bool> v8::Object::SetPrototype(Local<Context> context, in SetPrototype() function in v8::v8::Object