Searched defs:SetPrototype (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/objects/ | ||
D | js-function.cc | 666 void JSFunction::SetPrototype(Handle<JSFunction> function, in SetPrototype() function in v8::internal::JSFunction |
D | map.cc | 2281 void Map::SetPrototype(Isolate* isolate, Handle<Map> map, in SetPrototype() function in v8::internal::Map |
D | js-objects.cc | 2256 Maybe<bool> JSReceiver::SetPrototype(Isolate* isolate, in SetPrototype() function in v8::internal::JSReceiver |
D | objects.cc | 5173 Maybe<bool> JSProxy::SetPrototype(Isolate* isolate, Handle<JSProxy> proxy, in SetPrototype() function in v8::internal::JSProxy |
/third_party/node/deps/v8/src/api/ | ||
D | api.cc | 4599 Maybe<bool> v8::Object::SetPrototype(Local<Context> context, in SetPrototype() function in v8::v8::Object |