Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-function.cc666 void JSFunction::SetPrototype(Handle<JSFunction> function, in SetPrototype() function in v8::internal::JSFunction
Dmap.cc2281 void Map::SetPrototype(Isolate* isolate, Handle<Map> map, in SetPrototype() function in v8::internal::Map
Djs-objects.cc2256 Maybe<bool> JSReceiver::SetPrototype(Isolate* isolate, in SetPrototype() function in v8::internal::JSReceiver
4976 Maybe<bool> JSObject::SetPrototype(Isolate* isolate, Handle<JSObject> object, in SetPrototype() function in v8::internal::JSObject
Dobjects.cc5173 Maybe<bool> JSProxy::SetPrototype(Isolate* isolate, Handle<JSProxy> proxy, in SetPrototype() function in v8::internal::JSProxy
/third_party/node/deps/v8/src/api/
Dapi.cc4599 Maybe<bool> v8::Object::SetPrototype(Local<Context> context, in SetPrototype() function in v8::v8::Object