Home | History | Annotate | Download | only in src

Lines Matching defs:GetPrototype

2861 Local<Value> v8::Object::GetPrototype() {
2863 ON_BAILOUT(isolate, "v8::Object::GetPrototype()",
2867 i::Handle<i::Object> result(self->GetPrototype());
2899 i::Object* prototype = object->GetPrototype();